Files
smartwebdav/package.json
T

68 lines
1.6 KiB
JSON

{
"name": "@push.rocks/smartwebdav",
"version": "1.1.2",
"private": false,
"description": "A TypeScript library for easy interaction with WebDAV servers, including file and directory management.",
"exports": {
".": "./dist_ts/index.js"
},
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
"author": "Task Venture Capital GmbH <hello@task.vc>",
"license": "MIT",
"scripts": {
"test": "tstest test/",
"build": "tsbuild --web",
"buildDocs": "tsdoc"
},
"devDependencies": {
"@git.zone/tsbuild": "^4.4.0",
"@git.zone/tstest": "^3.6.3",
"@push.rocks/qenv": "^6.1.4",
"@types/node": "^25.6.0"
},
"dependencies": {
"@push.rocks/smartfile": "^13.1.3",
"@push.rocks/smartpath": "^6.0.0",
"webdav": "^5.9.0"
},
"repository": {
"type": "git",
"url": "https://code.foss.global/push.rocks/smartwebdav.git"
},
"bugs": {
"url": "https://code.foss.global/push.rocks/smartwebdav/issues"
},
"homepage": "https://code.foss.global/push.rocks/smartwebdav",
"browserslist": [
"last 1 chrome versions"
],
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
".smartconfig.json",
"license",
"npmextra.json",
"readme.md"
],
"keywords": [
"WebDAV client",
"file upload",
"directory management",
"remote file system",
"smartfile integration",
"TypeScript library",
"node.js",
"smartpath",
"authentication",
"secure file transfer"
]
}