@nephele/authenticator-nymph
Version:
Nymph.js authenticator for the Nephele WebDAV server.
57 lines (56 loc) • 1.43 kB
JSON
{
"name": "@nephele/authenticator-nymph",
"version": "1.0.0-alpha.63",
"description": "Nymph.js authenticator for the Nephele WebDAV server.",
"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",
"nephele",
"authenticator",
"nephele authenticator",
"auth",
"nymph"
],
"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/express": "^5.0.1",
"@types/jest": "^29.5.14",
"express": "^5.1.0",
"jest": "^29.7.0",
"ts-jest": "^29.3.2",
"typescript": "^5.8.3"
},
"dependencies": {
"@nymphjs/nymph": "^1.0.0-beta.92",
"@nymphjs/tilmeld": "^1.0.0-beta.92",
"basic-auth": "^2.0.1",
"nephele": "^1.0.0-alpha.63"
},
"engines": {
"node": ">=18"
},
"gitHead": "7d012037371729e9d8c20cfcdfcb5ce64acecdc5"
}