UNPKG

@nephele/authenticator-nymph

Version:

Nymph.js authenticator for the Nephele WebDAV server.

57 lines (56 loc) 1.43 kB
{ "name": "@nephele/authenticator-nymph", "version": "1.0.0-alpha.67", "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.13", "@types/express": "^5.0.5", "@types/jest": "^30.0.0", "express": "^5.1.0", "jest": "^30.2.0", "ts-jest": "^29.4.5", "typescript": "^5.9.3" }, "dependencies": { "@nymphjs/nymph": "^1.0.0-beta.101", "@nymphjs/tilmeld": "^1.0.0-beta.101", "basic-auth": "^2.0.1", "nephele": "^1.0.0-alpha.67" }, "engines": { "node": ">=18" }, "gitHead": "8a952bcd2613433b229b770f91ee5b7888aaff96" }