UNPKG

will-auth

Version:

authentication and authorization module

72 lines (71 loc) 1.75 kB
{ "name": "will-auth", "version": "1.1.0", "description": "authentication and authorization module", "main": "index.js", "scripts": { "build": "tsc --project ./", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "Assure", "Attach", "Authenticate", "Authorize", "Captcha", "ChangePassword", "Diffie", "ForgotPassword", "Login", "Profile", "Signin" ], "author": "tassun_oro@hotmail.com", "license": "MIT", "bugs": { "url": "https://github.com/tassun/will-auth/issues" }, "homepage": "https://github.com/tassun/will-auth#readme", "repository": { "type": "git", "url": "https://github.com/tassun/will-auth.git" }, "dependencies": { "activedirectory": "^0.7.2", "bcrypt": "^5.1.0", "body-parser": "^1.20.1", "canvas": "^2.10.2", "config": "^3.3.8", "cors": "^2.8.5", "ejs": "^3.1.8", "express": "^4.18.2", "express-session": "^1.17.3", "jsonwebtoken": "^8.5.1", "moleculer": "^0.14.25", "moleculer-web": "^0.10.4", "multer": "^1.4.5-lts.1", "nodemailer": "^6.8.0", "path": "^0.12.7", "random-js": "^2.1.0", "randomcolor": "^0.6.2", "uuidv4": "^6.2.13", "will-api": "^1.0.8", "will-db": "^1.0.27", "will-dh": "^1.0.0", "will-lib": "^1.0.15", "will-sql": "^1.0.19", "will-util": "^1.0.4" }, "devDependencies": { "@types/cors": "^2.8.12", "@types/express": "^4.17.14", "@types/express-session": "^1.17.5", "@types/jsonwebtoken": "^8.5.9", "@types/multer": "^1.4.7", "@types/node": "^18.11.9", "@types/uuidv4": "^5.0.0", "ts-node": "^10.9.1", "ts-node-dev": "^2.0.0", "typescript": "^4.8.4" } }