package.json 783 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "@uppy/google-drive",
  3. "description": "The Google Drive plugin for Uppy lets users import files from their Google Drive account",
  4. "version": "4.2.0",
  5. "license": "MIT",
  6. "main": "lib/index.js",
  7. "type": "module",
  8. "keywords": [
  9. "file uploader",
  10. "google drive",
  11. "cloud storage",
  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. "dependencies": {
  24. "@uppy/companion-client": "workspace:^",
  25. "@uppy/provider-views": "workspace:^",
  26. "@uppy/utils": "workspace:^",
  27. "preact": "^10.5.13"
  28. },
  29. "peerDependencies": {
  30. "@uppy/core": "workspace:^"
  31. }
  32. }