UNPKG

simple-auth-cli

Version:

An implementation of authentication system supporting multiple providers ready to be used with a single command.

39 lines (37 loc) 870 B
{ "name": "web-authn", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "ISC", "type": "module", "dependencies": { "bcrypt": "^5.1.1", "cloudinary": "^2.5.1", "cookie-parser": "^1.4.7", "cors": "^2.8.5", "dotenv": "^16.4.7", "express": "^5.1.0", "jsonwebtoken": "^9.0.2", "mongoose": "^8.9.0", "multer": "^1.4.5-lts.1", "nanoid": "^5.0.9", "resend": "^4.1.2" }, "devDependencies": { "@types/bcrypt": "^5.0.0", "@types/cookie-parser": "^1.4.3", "@types/dotenv": "^8.2.0", "@types/express": "^5.0.0", "@types/jsonwebtoken": "^9.0.0", "@types/multer": "^1.4.7", "@types/node": "^22.13.10", "typescript": "^5.8.2", "nodemon": "^3.1.10" } }