{
  "name": "@uppy/remote-sources",
  "description": "Uppy plugin that includes all remote sources that Uppy+Companion offer, like Instagram, Google Drive, Dropox, Box, Unsplash, Url etc",
  "version": "2.3.1",
  "license": "MIT",
  "main": "lib/index.js",
  "type": "module",
  "keywords": [
    "file uploader",
    "instagram",
    "google-drive",
    "google-photos",
    "facebook",
    "dropbox",
    "onedrive",
    "zoom",
    "unsplash",
    "box",
    "url"
  ],
  "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/box": "^3.2.1",
    "@uppy/dashboard": "^4.3.1",
    "@uppy/dropbox": "^4.2.1",
    "@uppy/facebook": "^4.2.1",
    "@uppy/google-drive": "^4.3.1",
    "@uppy/google-photos": "^0.5.1",
    "@uppy/instagram": "^4.2.1",
    "@uppy/onedrive": "^4.2.2",
    "@uppy/unsplash": "^4.3.1",
    "@uppy/url": "^4.2.1",
    "@uppy/zoom": "^3.2.1"
  },
  "peerDependencies": {
    "@uppy/core": "^4.4.1"
  },
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "resize-observer-polyfill": "^1.5.1",
    "vitest": "^1.2.1"
  }
}