package.json 818 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "@uppy/google-drive-picker",
  3. "description": "The Google Drive Picker plugin for Uppy lets users import files from their Google Drive account",
  4. "version": "0.2.1",
  5. "license": "MIT",
  6. "main": "lib/index.js",
  7. "type": "module",
  8. "keywords": [
  9. "file uploader",
  10. "google drive",
  11. "google picker",
  12. "cloud storage",
  13. "uppy",
  14. "uppy-plugin"
  15. ],
  16. "homepage": "https://uppy.io",
  17. "bugs": {
  18. "url": "https://github.com/transloadit/uppy/issues"
  19. },
  20. "repository": {
  21. "type": "git",
  22. "url": "git+https://github.com/transloadit/uppy.git"
  23. },
  24. "dependencies": {
  25. "@uppy/companion-client": "workspace:^",
  26. "@uppy/provider-views": "workspace:^",
  27. "@uppy/utils": "workspace:^",
  28. "preact": "^10.5.13"
  29. },
  30. "peerDependencies": {
  31. "@uppy/core": "workspace:^"
  32. }
  33. }