mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-21 09:18:45 +00:00
16 lines
382 B
JSON
16 lines
382 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|