UNPKG

zsm-cli

Version:

基于node的脚手架工具

25 lines (24 loc) 595 B
{ "name": "zsm-cli", "version": "1.0.1", "description": "基于node的脚手架工具", "bin": { "zsm": "index.js" }, "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": ["zsm","zsm-cli"], "author": "zhangshimeng <zhangshimeng@autohome.com.cn> (http://github.com/Blackpearl2014)", "license": "MIT", "dependencies": { "chalk": "^2.4.1", "commander": "^2.16.0", "download-git-repo": "^1.0.2", "handlebars": "^4.0.11", "inquirer": "^6.0.0", "log-symbols": "^2.2.0", "ora": "^2.1.0" } }