@uppy/remote-sources
Version:
Uppy plugin that includes all remote sources that Uppy+Companion offer, like Instagram, Google Drive, Dropox, Box, Unsplash, Url etc
68 lines • 1.59 kB
JSON
{
"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": "3.1.0",
"license": "MIT",
"type": "module",
"sideEffects": false,
"scripts": {
"build": "tsc --build tsconfig.build.json",
"typecheck": "tsc --build",
"test": "vitest run --environment=jsdom --silent='passed-only'"
},
"keywords": [
"file uploader",
"instagram",
"google-drive",
"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"
},
"files": [
"src",
"lib",
"dist",
"CHANGELOG.md"
],
"exports": {
".": "./lib/index.js",
"./package.json": "./package.json"
},
"dependencies": {
"@uppy/box": "^4.1.0",
"@uppy/dashboard": "^5.1.0",
"@uppy/dropbox": "^5.1.0",
"@uppy/facebook": "^5.1.0",
"@uppy/google-drive": "^5.1.0",
"@uppy/instagram": "^5.1.0",
"@uppy/onedrive": "^5.1.0",
"@uppy/unsplash": "^5.1.0",
"@uppy/url": "^5.1.0",
"@uppy/zoom": "^4.1.0"
},
"peerDependencies": {
"@uppy/core": "^5.2.0"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@uppy/core": "^5.2.0",
"jsdom": "^26.1.0",
"resize-observer-polyfill": "^1.5.1",
"typescript": "^5.8.3",
"vitest": "^3.2.4"
}
}