UNPKG

nbd-app

Version:

🚀 CLI tool to scaffold full-stack authentication starter projects with React, Node.js, and multiple auth providers (Email, Google, and more)

27 lines (26 loc) • 580 B
{ "name": "mern-auth-server", "version": "1.0.0", "description": "MERN Authentication Backend", "main": "index.js", "scripts": { "start": "node index.js", "dev": "nodemon index.js" }, "dependencies": { "bcryptjs": "^2.4.3", "cookie-parser": "^1.4.6", "cors": "^2.8.5", "crypto": "^1.0.1", "dotenv": "^16.5.0", "express": "^4.18.2", "express-rate-limit": "^7.5.0", "jsonwebtoken": "^9.0.2", "mongoose": "^7.5.0", "morgan": "^1.10.0", "nodemailer": "^7.0.3" }, "devDependencies": { "nodemon": "^3.0.1" } }