@uppy/store-default
Version:
The default simple object-based store for Uppy.
24 lines • 518 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",
"keywords": [
"file uploader",
"uppy",
"uppy-store"
],
"homepage": "https://uppy.io",
"bugs": {
"url": "https://github.com/transloadit/uppy/issues"
},
"devDependencies": {
"vitest": "^1.2.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/transloadit/uppy.git"
}
}