create-nodejs-express-project
Version:
A CLI for generating a new express project with the MVC structure
46 lines (44 loc) • 1.05 kB
JSON
{
"name": "create-nodejs-express-project",
"version": "1.0.4",
"description": "A CLI for generating a new express project with the MVC structure",
"main": "index.js",
"type": "module",
"repository": {
"type": "git",
"url": "git://github.com/sawaneh1/create-express.git"
},
"homepage": "https://github.com/sawaneh1/create-express",
"bin": {
"sawaneh1_create-express": "./index.js",
"create-express": "./index.js"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"cli",
"create-express",
"node cli",
"express project",
"sawaneh-create-express-project"
],
"author": {
"name": "Sulayman Sawaneh",
"email": "sulaymansawaneh57@gmail.com",
"url": "https://sawaneh.tech"
},
"license": "ISC",
"dependencies": {
"arg": "^5.0.2",
"chalk": "^5.0.1",
"execa": "^6.1.0",
"inquirer": "^9.1.0",
"listr": "^0.14.3",
"ncp": "^2.0.0",
"pkg-install": "^1.0.0"
}
}