1 Star 0 Fork 13

李伟盛 / 大前端高薪训练营 004 期

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.25 KB
一键复制 编辑 原始数据 按行查看 历史
cuisir 提交于 2020-08-07 11:02 . docs:update content
{
"name": "fed-e-004",
"version": "0.1.0",
"description": "Front-end development enhanced course notes by LagouEdu",
"keywords": [
"Courses",
"Tutorials",
"LagouEdu",
"Front-end"
],
"homepage": "https://gitee.com/lagoufed/fed-e-004#readme",
"bugs": {
"url": "https://gitee.com/lagoufed/fed-e-004/issues"
},
"repository": {
"type": "git",
"url": "git+https://gitee.com/lagoufed/fed-e-004.git"
},
"license": "MIT",
"author": {
"name": "zce",
"email": "w@zce.me",
"url": "https://zce.me"
},
"scripts": {
"format": "prettier --write **/*.md",
"commit": "git-cz"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"lint-staged": {
"*.md": [
"prettier --write",
"git add"
]
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"devDependencies": {
"@commitlint/cli": "latest",
"@commitlint/config-conventional": "latest",
"commitizen": "latest",
"cz-conventional-changelog": "latest",
"husky": "latest",
"lint-staged": "latest",
"prettier": "latest"
}
}
1
https://gitee.com/hangxing_948/fed-e-004.git
git@gitee.com:hangxing_948/fed-e-004.git
hangxing_948
fed-e-004
大前端高薪训练营 004 期
master

搜索帮助