UNPKG

honjeng-build-cli

Version:

一个mini版的脚手架

27 lines (26 loc) 565 B
{ "name": "honjeng-build-cli", "version": "1.0.0", "main": "./bin/www.js", "bin": "./bin/www.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "files": ["bin"], "keywords": [ "honjeng-build-cli", "自定义脚手架" ], "description": "一个mini版的脚手架", "dependencies": { "axios": "^1.8.3", "commander": "^13.1.0", "download-git-repo": "^3.0.2", "fs-extra": "^11.3.0", "inquirer": "^8.2.5", "ora": "^5.4.1", "util": "^0.12.5" } }