-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.38 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "commitlint-config-befe",
"version": "2.0.3",
"main": "index.js",
"description": "commitlint config preet for baidu BEFE.",
"author": "imcuttle",
"scripts": {
"test": "jest",
"prepublishOnly": "npm test",
"precommit": "pretty-quick --staged",
"version": "npm run changelog",
"commit": "git-cz",
"commitmsg": "commitlint -e $GIT_PARAMS",
"changelog": "conventional-changelog -p @baidu/befe -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md"
},
"keywords": [
"commitlint-config-befe"
],
"license": "MIT",
"repository": "imcuttle/commitlint-config-befe",
"jest": {
"testMatch": [
"**/__test{s,}__/*.(spec|test).{t,j}s{x,}"
]
},
"commitlint": {
"extends": [
"./"
]
},
"devDependencies": {
"@commitlint/cli": "^7.0.0",
"@commitlint/config-conventional": "^7.0.1",
"@commitlint/lint": "^7.0.0",
"@types/jest": "^23.3.1",
"commitizen": "^2.10.1",
"conventional-changelog-cli": "^2.0.5",
"husky": "^0.14.3",
"jest": "^23.5.0",
"prettier": "^1.14.2",
"pretty-quick": "^1.6.0"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"conventional-changelog-befe": "^2.0.5",
"conventional-commit-types-befe": "^1.0.7"
},
"lang": "zh",
"icafe": "befe-erp",
"config": {
"commitizen": {
"path": "@baidu/cz-conventional-changelog-befe"
}
}
}