package.json 519 B

123456789101112131415161718192021222324
  1. {
  2. "name": "@uppy/store-default",
  3. "description": "The default simple object-based store for Uppy.",
  4. "version": "4.1.2",
  5. "license": "MIT",
  6. "main": "lib/index.js",
  7. "type": "module",
  8. "keywords": [
  9. "file uploader",
  10. "uppy",
  11. "uppy-store"
  12. ],
  13. "homepage": "https://uppy.io",
  14. "bugs": {
  15. "url": "https://github.com/transloadit/uppy/issues"
  16. },
  17. "devDependencies": {
  18. "vitest": "^1.2.1"
  19. },
  20. "repository": {
  21. "type": "git",
  22. "url": "git+https://github.com/transloadit/uppy.git"
  23. }
  24. }