package.json 670 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "@uppy/redux-dev-tools",
  3. "description": "Redux developer tools plugin for Uppy that simply syncs Uppy’s state with redux-devtools browser or JS extensions, and allows for basic time travel",
  4. "version": "4.0.1",
  5. "license": "MIT",
  6. "main": "lib/index.js",
  7. "type": "module",
  8. "keywords": [
  9. "file uploader",
  10. "redux",
  11. "redux-dev-tools",
  12. "uppy",
  13. "uppy-plugin"
  14. ],
  15. "homepage": "https://uppy.io",
  16. "bugs": {
  17. "url": "https://github.com/transloadit/uppy/issues"
  18. },
  19. "repository": {
  20. "type": "git",
  21. "url": "git+https://github.com/transloadit/uppy.git"
  22. },
  23. "peerDependencies": {
  24. "@uppy/core": "workspace:^"
  25. }
  26. }