1234567891011121314151617181920212223242526272829303132 |
- {
- "name": "@uppy/google-drive",
- "description": "The Google Drive plugin for Uppy lets users import files from their Google Drive account",
- "version": "4.2.0",
- "license": "MIT",
- "main": "lib/index.js",
- "type": "module",
- "keywords": [
- "file uploader",
- "google drive",
- "cloud storage",
- "uppy",
- "uppy-plugin"
- ],
- "homepage": "https://uppy.io",
- "bugs": {
- "url": "https://github.com/transloadit/uppy/issues"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/transloadit/uppy.git"
- },
- "dependencies": {
- "@uppy/companion-client": "workspace:^",
- "@uppy/provider-views": "workspace:^",
- "@uppy/utils": "workspace:^",
- "preact": "^10.5.13"
- },
- "peerDependencies": {
- "@uppy/core": "workspace:^"
- }
- }
|