123456789101112131415161718192021222324 |
- {
- "name": "@uppy/store-default",
- "description": "The default simple object-based store for Uppy.",
- "version": "4.1.2",
- "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"
- }
- }
|