@uppy/store-default
Version:
The default simple object-based store for Uppy.
37 lines • 809 B
JSON
{
"name": "@uppy/store-default",
"description": "The default simple object-based store for Uppy.",
"version": "4.3.2",
"license": "MIT",
"main": "lib/index.js",
"type": "module",
"scripts": {
"build": "tsc --build tsconfig.build.json",
"typecheck": "tsc --build",
"test": "vitest run --environment=jsdom --silent='passed-only'"
},
"keywords": [
"file uploader",
"uppy",
"uppy-store"
],
"homepage": "https://uppy.io",
"bugs": {
"url": "https://github.com/transloadit/uppy/issues"
},
"devDependencies": {
"jsdom": "^26.1.0",
"typescript": "^5.8.3",
"vitest": "^3.2.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/transloadit/uppy.git"
},
"files": [
"src",
"lib",
"dist",
"CHANGELOG.md"
]
}