{
  "name": "@uppy/google-photos",
  "description": "The Google Photos plugin for Uppy lets users import photos from their Google Photos account",
  "version": "0.5.1",
  "license": "MIT",
  "main": "lib/index.js",
  "type": "module",
  "keywords": [
    "file uploader",
    "google photos",
    "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": "^4.4.1",
    "@uppy/provider-views": "^4.4.1",
    "@uppy/utils": "^6.1.1",
    "preact": "^10.5.13"
  },
  "peerDependencies": {
    "@uppy/core": "^4.4.1"
  }
}