{
  "name": "nephele",
  "version": "1.0.0-alpha.63",
  "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.8",
    "@types/content-type": "^1.1.8",
    "@types/cookie-parser": "^1.4.8",
    "@types/debug": "^4.1.12",
    "@types/express": "^5.0.1",
    "@types/jest": "^29.5.14",
    "@types/uuid": "^10.0.0",
    "@types/vary": "^1.1.3",
    "@types/xml2js": "^0.4.14",
    "jest": "^29.7.0",
    "ts-jest": "^29.3.2",
    "typescript": "^5.8.3"
  },
  "dependencies": {
    "@sciactive/splitn": "^3.1.0",
    "content-type": "^1.0.5",
    "cookie-parser": "^1.4.7",
    "debug": "^4.4.0",
    "express": "^5.1.0",
    "nanoid": "^5.1.5",
    "range-parser": "^1.2.1",
    "uuid": "^11.1.0",
    "vary": "^1.1.2",
    "xml2js": "^0.6.2"
  },
  "engines": {
    "node": ">=18"
  },
  "gitHead": "7d012037371729e9d8c20cfcdfcb5ce64acecdc5"
}
