UNPKG

template-maker

Version:

A CLI to generate project templates with alot of options!!

35 lines (34 loc) 732 B
{ "name": "template-maker", "version": "1.0.1", "description": "A CLI to generate project templates with alot of options!!", "main": "src/index.js", "bin": { "@neilscienceguy1/create-project": "bin/create-project", "make-temp": "bin/create-project" }, "publishConfig": { "access": "public" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "CLI", "Generator", "Templates", "Javascript" ], "author": "", "license": "ISC", "dependencies": { "arg": "^5.0.0", "chalk": "^4.1.0", "esm": "^3.2.25", "execa": "^5.0.0", "inquirer": "^7.3.3", "listr": "^0.14.3", "ncp": "^2.0.0", "pkg-install": "^1.0.0" } }