create-nodejs-app-template
Version:
[](https://www.npmjs.com/package/create-nodejs-app-template) [](https://github.com/umairabbas786/create-nodej
23 lines (22 loc) • 498 B
JSON
{
"name": "create-nodejs-app-template",
"version": "1.0.9",
"main": "index.js",
"bin": {
"create-nodejs-app-template": "index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"keywords": ["Node.Js", "CLI", "Template", "APIS"],
"author": "",
"license": "ISC",
"type": "commonjs",
"description": "",
"dependencies": {
"chalk": "^4.1.2",
"download-git-repo": "^3.0.2",
"fs-extra": "^11.3.0"
}
}