@iarjian/web-cli
Version:
前端脚手架工具
29 lines (28 loc) • 581 B
JSON
{
"name": "@iarjian/web-cli",
"version": "1.0.2",
"description": "前端脚手架工具",
"main": "index.js",
"bin": {
"web": "./bin/web.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"cli",
"web-cli",
"脚手架"
],
"author": "iarjian",
"license": "MIT",
"dependencies": {
"chalk": "^4.1.0",
"clear": "^0.1.0",
"clone-repo": "^1.0.2",
"commander": "^9.2.0",
"figlet": "^1.5.2",
"inquirer": "^8.2.2",
"update-notifier": "^5.1.0"
}
}