quick-node-server
Version:
A CLI tool to generate a Node.js project with optional MongoDB setup.
29 lines (28 loc) • 577 B
JSON
{
"name": "quick-node-server",
"version": "1.0.5",
"type": "module",
"description": "A CLI tool to generate a Node.js project with optional MongoDB setup.",
"main": "bin/index.js",
"bin": {
"quick-node-server": "./bin/index.js"
},
"scripts": {
"start": "node bin/index.js"
},
"dependencies": {
"dotenv": "^16.0.3",
"express": "^4.18.2",
"figlet": "^1.5.2",
"mongoose": "^7.0.0"
},
"keywords": [
"nodejs",
"cli",
"express",
"mongodb",
"project-generator"
],
"author": "Kartik Barman",
"license": "MIT"
}