{ "name": "@uppy/webdav", "description": "Import files from WebDAV into Uppy.", "version": "0.1.0", "license": "MIT", "main": "lib/index.js", "types": "types/index.d.ts", "type": "module", "keywords": [ "file uploader", "uppy", "uppy-plugin", "webdav", "provider", "photos", "videos" ], "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": "workspace:^" } }