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

36 lines
786 B
JSON

{
"name": "@uppy/screen-capture",
"description": "Uppy plugin that captures video from display or application.",
"version": "2.0.4",
"license": "MIT",
"main": "lib/index.js",
"style": "dist/style.min.css",
"types": "types/index.d.ts",
"keywords": [
"file uploader",
"uppy",
"uppy-plugin",
"screen capture",
"video",
"record",
"mediarecorder"
],
"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/utils": "workspace:^",
"preact": "^10.5.13"
},
"peerDependencies": {
"@uppy/core": "^2.0.0"
},
"publishConfig": {
"access": "public"
}
}