@nephele/authenticator-pam
Version:
PAM based authenticator (local system users) for the Nephele WebDAV server.
58 lines (57 loc) • 1.46 kB
JSON
{
"name": "@nephele/authenticator-pam",
"version": "1.0.0-alpha.63",
"description": "PAM based authenticator (local system users) 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",
"pam"
],
"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/basic-auth": "^1.1.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": {
"authenticate-pam": "^1.0.5",
"basic-auth": "^2.0.1",
"nephele": "^1.0.0-alpha.63",
"userid": "^1.2.5"
},
"engines": {
"node": ">=18"
},
"gitHead": "7d012037371729e9d8c20cfcdfcb5ce64acecdc5"
}