package.json 741 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "@uppy/zoom",
  3. "description": "Import files from zoom, into Uppy.",
  4. "version": "3.1.2",
  5. "license": "MIT",
  6. "main": "lib/index.js",
  7. "type": "module",
  8. "keywords": [
  9. "file uploader",
  10. "uppy",
  11. "uppy-plugin",
  12. "zoom"
  13. ],
  14. "homepage": "https://uppy.io",
  15. "bugs": {
  16. "url": "https://github.com/transloadit/uppy/issues"
  17. },
  18. "repository": {
  19. "type": "git",
  20. "url": "git+https://github.com/transloadit/uppy.git"
  21. },
  22. "dependencies": {
  23. "@uppy/companion-client": "workspace:^",
  24. "@uppy/provider-views": "workspace:^",
  25. "@uppy/utils": "workspace:^",
  26. "preact": "^10.5.13"
  27. },
  28. "peerDependencies": {
  29. "@uppy/core": "workspace:^"
  30. },
  31. "publishConfig": {
  32. "access": "public"
  33. }
  34. }