UNPKG

@hz-lib/hz-build-cli

Version:

hz-build-cli 脚手架

35 lines 648 B
{ "name": "@hz-lib/hz-build-cli", "version": "1.1.16", "description": "hz-build-cli 脚手架", "main": "index.js", "bin": { "hz-cli": "./bin/cli.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "files": [ "bin", "lib" ], "author": { "name": "sxqnwb", "email": "sxqnwb@163.com" }, "license": "ISC", "keywords": [ "hz-cli", "hz", "脚手架" ], "dependencies": { "axios": "^0.23.0", "chalk": "^4.1.2", "commander": "^8.2.0", "download-git-repo": "^3.0.2", "figlet": "^1.5.2", "fs-extra": "^10.0.0", "inquirer": "^8.2.0" } }