mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-31 14:00:43 +00:00
42 lines
962 B
JSON
42 lines
962 B
JSON
{
|
|
"name": "@uppy/locales",
|
|
"description": "Uppy language packs",
|
|
"version": "5.0.0",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"sideEffects": false,
|
|
"scripts": {
|
|
"build": "yarn node script/build-en_US.mjs && tsc --build tsconfig.build.json && yarn format",
|
|
"format": "cd ../../ && yarn check packages/@uppy/locales/src/en_US.ts",
|
|
"test": "yarn node script/test.mjs unused",
|
|
"typecheck": "tsc --build"
|
|
},
|
|
"keywords": [
|
|
"uppy",
|
|
"uppy-plugin",
|
|
"language packs"
|
|
],
|
|
"homepage": "https://uppy.io",
|
|
"bugs": {
|
|
"url": "https://github.com/transloadit/uppy/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/transloadit/uppy.git"
|
|
},
|
|
"files": [
|
|
"lib",
|
|
"src",
|
|
"dist",
|
|
"CHANGELOG.md"
|
|
],
|
|
"dependencies": {
|
|
"@uppy/utils": "workspace:^"
|
|
},
|
|
"devDependencies": {
|
|
"chalk": "^5.0.0",
|
|
"dedent": "^1.0.0",
|
|
"glob": "^8.0.0",
|
|
"typescript": "^5.8.3"
|
|
}
|
|
}
|