1 Star 0 Fork 0

Elliot26/my-cli

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.08 KB
一键复制 编辑 原始数据 按行查看 历史
Elliot26 提交于 2020-07-03 15:06 . feat(lib): add vue and react choices
{
"name": "on-cli",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"bin": {
"only": "bin/index.js"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-lerna-changelog"
}
},
"scripts": {
"ci": "git-cz",
"bootstrap": "lerna bootstrap",
"clean": "lerna clean",
"lint:code": "eslint --fix --ext .js",
"publish": "lerna publish"
},
"dependencies": {
"chalk": "^3.0.0",
"child_process": "^1.0.2",
"commander": "^4.1.1",
"inquirer": "^7.0.4",
"request": "^2.88.2",
"rimraf": "^3.0.2",
"semver": "^7.3.2"
},
"keywords": [],
"author": "yanli",
"license": "ISC",
"devDependencies": {
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"commitizen": "^4.0.4",
"cz-lerna-changelog": "^2.0.2",
"eslint": "^7.0.0",
"eslint-plugin-react": "^7.19.0",
"husky": "^4.2.5",
"lerna": "^3.20.2",
"lint-staged": "^10.1.3",
"standard": "^14.3.3"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"yarn lint:code",
"git add"
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/franklyan/my-cli.git
git@gitee.com:franklyan/my-cli.git
franklyan
my-cli
my-cli
master

搜索帮助