12345678910111213141516 |
- {
- "private": true,
- "name": "@uppy-dev/locale-pack",
- "author": "Merlijn Vos <merlijn@transloadit.com>",
- "description": "Generate locale pack, types, and documentation",
- "main": "index.mjs",
- "scripts": {
- "build": "yarn node index.mjs",
- "test": "yarn node test.mjs"
- },
- "dependencies": {
- "chalk": "^5.0.0",
- "dedent": "^1.0.0",
- "glob": "^8.0.0"
- }
- }
|