package.json 382 B

12345678910111213141516
  1. {
  2. "private": true,
  3. "name": "@uppy-dev/locale-pack",
  4. "author": "Merlijn Vos <merlijn@transloadit.com>",
  5. "description": "Generate locale pack, types, and documentation",
  6. "main": "index.mjs",
  7. "scripts": {
  8. "build": "yarn node index.mjs",
  9. "test": "yarn node test.mjs"
  10. },
  11. "dependencies": {
  12. "chalk": "^5.0.0",
  13. "dedent": "^1.0.0",
  14. "glob": "^8.0.0"
  15. }
  16. }