@cake-fxd/cake-cli-presets
Version:
蛋糕英语前端模版项目集合
26 lines (25 loc) • 571 B
JSON
{
"name": "@cake-fxd/cake-cli-presets",
"version": "1.0.1",
"description": " 蛋糕英语前端模版项目集合",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"模版"
],
"author": "liusiying@baicizhan.com",
"license": "ISC",
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"devDependencies": {
"@commitlint/cli": "^9.1.1",
"@commitlint/config-conventional": "^9.1.1",
"husky": "^4.2.5",
"lint-staged": "^10.2.11"
}
}