create-shivam-backend
Version:
A CLI tool to quickly scaffold an Express + MongoDB backend project.
30 lines • 598 B
JSON
{
"name": "create-shivam-backend",
"version": "1.0.3",
"description": "A CLI tool to quickly scaffold an Express + MongoDB backend project.",
"bin": {
"create-shivam-backend": "index.js"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"backend",
"nodejs",
"express",
"mongodb",
"cli",
"scaffold",
"create-app",
"shivam",
"mern",
"api"
],
"author": "Shivam <your-email@example.com>",
"license": "ISC",
"type": "module",
"dependencies": {
"chalk":"^5.6.2"
}
}