uppy/packages/@uppy/zoom/package.json
2021-10-27 17:53:11 +02:00

34 lines
747 B
JSON

{
"name": "@uppy/zoom",
"description": "Import files from zoom, into Uppy.",
"version": "1.0.4",
"license": "MIT",
"main": "lib/index.js",
"types": "types/index.d.ts",
"keywords": [
"file uploader",
"uppy",
"uppy-plugin",
"zoom"
],
"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": "^2.0.0"
},
"publishConfig": {
"access": "public"
}
}