uppy/packages/@uppy/locales/package.json
Mikael Finstad 2509266130
Revert "[ci] release (#5973)"
This reverts commit a45cd87d39.
2025-09-26 11:30:56 +02:00

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