@uppy/webdav
Version:
Import files from WebDAV into Uppy.
53 lines • 1.09 kB
JSON
{
"name": "@uppy/webdav",
"description": "Import files from WebDAV into Uppy.",
"version": "1.1.1",
"license": "MIT",
"types": "types/index.d.ts",
"type": "module",
"sideEffects": false,
"scripts": {
"build": "tsc --build tsconfig.build.json",
"typecheck": "tsc --build"
},
"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"
},
"files": [
"src",
"lib",
"dist",
"CHANGELOG.md"
],
"exports": {
".": "./lib/index.js",
"./package.json": "./package.json"
},
"dependencies": {
"@uppy/companion-client": "^5.1.1",
"@uppy/provider-views": "^5.2.1",
"@uppy/utils": "^7.1.4",
"preact": "^10.5.13"
},
"peerDependencies": {
"@uppy/core": "^5.2.0"
},
"devDependencies": {
"@uppy/core": "^5.2.0",
"typescript": "^5.8.3"
}
}