@chenmq/cli
Version:
仿@vue/cli脚手架工具
26 lines (25 loc) • 462 B
JSON
{
"name": "@chenmq/cli",
"version": "1.0.2",
"description": "仿@vue/cli脚手架工具",
"main": "index.js",
"bin": {
"cmq": "./bin/cmq.js"
},
"scripts": {},
"keywords": [
"cli",
"cmq"
],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.21.1",
"chalk": "^4.1.0",
"commander": "^7.2.0",
"download-git-repo": "^3.0.2",
"fs-extra": "^9.1.0",
"inquirer": "^8.0.0",
"ora": "^5.4.0"
}
}