UNPKG

create-nodejs-app-template

Version:

[![npm version](https://img.shields.io/npm/v/create-nodejs-app-template.svg)](https://www.npmjs.com/package/create-nodejs-app-template) [![license](https://img.shields.io/npm/l/create-nodejs-app-template.svg)](https://github.com/umairabbas786/create-nodej

23 lines (22 loc) 498 B
{ "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" } }