UNPKG

@raddiamond/nexauth-core

Version:

Core authentication plugin supporting Local, AD authentication

57 lines (56 loc) 1.29 kB
{ "name": "@raddiamond/nexauth-core", "version": "0.2.1", "description": "Core authentication plugin supporting Local, AD authentication", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "dev": "tsc --watch", "build": "tsc", "clean": "rm -rf dist", "prepare": "npm run clean && npm run build" }, "keywords": [ "auth", "multi-tenant", "AD", "local", "typescript", "identity", "authentication" ], "author": "Raddiamond LTD", "license": "MIT", "dependencies": { "@simplewebauthn/server": "^13.1.1", "base64url": "^3.0.1", "bcrypt": "^5.1.1", "express": "^5.1.0", "jsonwebtoken": "^9.0.2", "ldapjs": "^3.0.7", "otplib": "^12.0.1", "passport-strategy": "^1.0.0", "reflect-metadata": "^0.2.2", "tsyringe": "^4.10.0", "typeorm": "^0.3.0" }, "peerDependencies": { "typeorm": "^0.3.0" }, "devDependencies": { "@types/base64url": "^2.0.3", "@types/bcrypt": "^5.0.2", "@types/express": "^5.0.1", "@types/jsonwebtoken": "^9.0.9", "@types/ldapjs": "^3.0.6", "@types/node": "^18.15.11", "@types/passport-strategy": "^0.2.38", "typescript": "^5.8.3" }, "publishConfig": { "access": "public" } }