simple-auth-cli
Version:
An implementation of authentication system supporting multiple providers ready to be used with a single command.
30 lines (29 loc) • 641 B
JSON
{
"name": "web-authn",
"version": "1.0.0",
"description": "",
"license": "ISC",
"author": "",
"type": "module",
"main": "index.js",
"scripts": {
"start": "nodemon -r dotenv/config --experimental-json-modules index.js"
},
"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",
"simple-oauth2": "^5.1.0"
},
"devDependencies": {
"nodemon": "^3.1.10"
}
}