l2en-cli
Version:
cli,项目脚手架,快速搭建项目框架
33 lines (32 loc) • 717 B
JSON
{
"name": "l2en-cli",
"version": "0.1.9",
"description": "cli,项目脚手架,快速搭建项目框架",
"main": "./bin/index.js",
"bin": {
"l2en-cli": "./bin/index.js"
},
"author": "luolin5@lenovo.com",
"license": "ISC",
"dependencies": {
"@types/chalk": "^2.2.0",
"@types/fs-extra": "^5.0.5",
"@types/node": "^11.15.54",
"chalk": "^2.1.0",
"commander": "^9.4.1",
"download-git-repo": "^1.1.0",
"figlet": "^1.5.2",
"fs-extra": "^5.0.0",
"inquirer": "^6.2.0",
"ora": "^3.4.0",
"request": "^2.88.0",
"shelljs": "^0.8.1",
"tslib": "^2.4.1",
"typescript": "^3.4.5"
},
"keywords": [
"cli",
"项目构建",
"构建工具"
]
}