create-auth-backend-cli
Version:
CLI to scaffold a Node.js Auth backend with Express, JWT, MongoDB
42 lines (41 loc) • 781 B
JSON
{
"name": "create-auth-backend-cli",
"version": "1.0.10",
"description": "CLI to scaffold a Node.js Auth backend with Express, JWT, MongoDB",
"main": "bin/index.js",
"bin": {
"create-auth-backend": "./bin/index.js"
},
"scripts": {
"test": "node ./bin/index.js"
},
"keywords": [
"cli",
"nodejs",
"express",
"auth",
"jwt",
"mongoose",
"backend",
"scaffolding"
],
"author": "Eordinary",
"license": "MIT",
"dependencies": {
"bcrypt": "^6.0.0",
"bcryptjs": "^3.0.2",
"cors": "^2.8.5",
"dotenv": "^17.2.1",
"helmet": "^8.1.0",
"jsonwebtoken": "^9.0.2",
"morgan": "^1.10.1"
},
"files": [
"bin",
"template",
"index.js",
"server.js",
"package.json",
"README.md"
]
}