backend-setup-tool
Version:
A powerful CLI tool to instantly scaffold a clean and scalable Node.js/Express.js backend for SQL or NoSQL projects.
30 lines (29 loc) • 669 B
JSON
{
"name": "backend-setup-tool",
"version": "2.0.5",
"description": "A powerful CLI tool to instantly scaffold a clean and scalable Node.js/Express.js backend for SQL or NoSQL projects.",
"main": "app.js",
"bin": {
"backend-setup": "bin/cli.js"
},
"type": "module",
"scripts": {
"start": "nodemon app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "scriptwithahmad@gmail.com",
"keywords": [
"backend-setup",
"nodejs",
"cli",
"mongodb",
"mysql",
"postgresql"
],
"license": "ISC",
"dependencies": {
"fs": "^0.0.1-security",
"inquirer": "^12.5.0",
"path": "^0.12.7"
}
}