uppy/packages/@uppy/store-default/package.json
2025-06-30 16:12:26 +02:00

28 lines
614 B
JSON

{
"name": "@uppy/store-default",
"description": "The default simple object-based store for Uppy.",
"version": "4.2.0",
"license": "MIT",
"main": "lib/index.js",
"type": "module",
"scripts": {
"build": "tsc --build tsconfig.build.json"
},
"keywords": [
"file uploader",
"uppy",
"uppy-store"
],
"homepage": "https://uppy.io",
"bugs": {
"url": "https://github.com/transloadit/uppy/issues"
},
"devDependencies": {
"typescript": "^5.8.3",
"vitest": "^1.6.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/transloadit/uppy.git"
}
}