uppy/private/locale-pack/package.json
Merlijn Vos 3393b537d3
Upgrade Yarn to 4.x (#4849)
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
2024-04-29 18:49:02 +02:00

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"
}
}