create-bz-mern-app
Version:
CLI to scaffold a fullstack React + Node.js app with Google login and JWT auth
27 lines (26 loc) • 571 B
JSON
{
"name": "backend",
"type": "module",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon src/app.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
"dotenv": "^16.5.0",
"express": "^5.1.0",
"google-auth-library": "^10.0.0",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.15.1",
"morgan": "^1.10.0",
"nanoid": "^5.1.5",
"nodemon": "^3.1.10"
}
}