nephele
Version:
Highly customizable and extensible WebDAV server for Node.js and Express.
71 lines (70 loc) • 1.76 kB
JSON
{
"name": "nephele",
"version": "1.0.0-alpha.67",
"description": "Highly customizable and extensible WebDAV server for Node.js and Express.",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"clean": "test -d dist && rm -r dist || true",
"build": "tsc",
"watch": "tsc --watch",
"prepublish": "npm run clean && npm run build",
"test": "jest",
"test:watch": "jest --watch"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sciactive/nephele.git"
},
"keywords": [
"webdav",
"carddav",
"caldav",
"dav",
"server",
"webdav server",
"express",
"middleware",
"nephele"
],
"author": "Hunter Perrin <hperrin@gmail.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/sciactive/nephele/issues"
},
"homepage": "https://github.com/sciactive/nephele#readme",
"devDependencies": {
"@tsconfig/recommended": "^1.0.13",
"@types/content-type": "^1.1.9",
"@types/cookie-parser": "^1.4.10",
"@types/debug": "^4.1.12",
"@types/express": "^5.0.5",
"@types/jest": "^30.0.0",
"@types/uuid": "^11.0.0",
"@types/vary": "^1.1.3",
"@types/xml2js": "^0.4.14",
"jest": "^30.2.0",
"ts-jest": "^29.4.5",
"typescript": "^5.9.3"
},
"dependencies": {
"@sciactive/splitn": "^3.1.0",
"content-type": "^1.0.5",
"cookie-parser": "^1.4.7",
"debug": "^4.4.3",
"express": "^5.1.0",
"nanoid": "^5.1.6",
"range-parser": "^1.2.1",
"uuid": "^13.0.0",
"vary": "^1.1.2",
"xml2js": "^0.6.2"
},
"engines": {
"node": ">=18"
},
"gitHead": "8a952bcd2613433b229b770f91ee5b7888aaff96"
}