le-cli
Version:
50 lines (49 loc) • 1.06 kB
JSON
{
"name": "le-cli",
"version": "0.2.6",
"description": "前端项目构建实践",
"main": "./main/bin/le.js",
"directories": {
"lib": "lib"
},
"repository": "https://github.com/yanlele/le-cli",
"scripts": {
"prepare": "npm run build",
"type-check": "tsc",
"commit": "git-cz",
"build": "tsc"
},
"bin": {
"tpm-cli": "./main/bin/le.js"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"author": "yanle 331393627@qq.com",
"license": "ISC",
"dependencies": {
"chalk": "^2.1.0",
"commander": "^2.11.0",
"download-git-repo": "^1.1.0",
"fs-extra": "^4.0.2",
"inquirer": "^6.2.0",
"ora": "^3.4.0",
"request": "^2.88.0",
"typescript": "^3.4.5",
"user-home": "^2.0.0"
},
"devDependencies": {
"@types/chalk": "^2.2.0",
"@types/fs-extra": "^5.0.5",
"@types/node": "^11.13.8",
"commitizen": "^3.0.7",
"cz-conventional-changelog": "^2.1.0"
},
"keywords": [
"cli",
"项目构建",
"构建工具"
]
}