UNPKG

fizz-cli

Version:

fizz项目脚手架

34 lines (33 loc) 657 B
{ "name": "fizz-cli", "version": "1.3.0", "description": "fizz项目脚手架", "main": "index.js", "bin": { "fizz": "bin/fizz.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "http://192.168.23.55/leiy/fizz-cli.git" }, "keywords": [ "fizz", "cli" ], "author": "ThunderYu", "license": "ISC", "dependencies": { "chalk": "^2.4.2", "commander": "^2.20.0", "git-clone": "^0.1.0", "inquirer": "^6.5.0", "ora": "^3.4.0", "shelljs": "^0.8.3" }, "publishConfig": { "registry": "https://registry.npmjs.org/" } }