full-front-end-cli
Version:
一个专注于前端工程化的完整脚手架
31 lines (30 loc) • 639 B
JSON
{
"name": "full-front-end-cli",
"version": "1.0.6",
"description": "一个专注于前端工程化的完整脚手架",
"main": "index.js",
"bin": {
"frontEnd": "./bin/index.js"
},
"keywords": [
"前端",
"前端脚手架",
"frontEnd",
"脚手架"
],
"author": "aodaking",
"repository": {
"type": "git",
"url": "https://github.com/aodaGit-org/frontEnd-cli"
},
"license": "MIT",
"dependencies": {
"axios": "^0.26.1",
"chalk": "4.1.2",
"commander": "^9.1.0",
"download-git-repo": "^3.0.2",
"figlet": "^1.5.2",
"fs-extra": "^10.0.1",
"inquirer": "^8.2.2"
}
}