package.json 593 B

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