-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.74 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
58
59
60
61
62
63
64
{
"name": "conventional-changelog-befe",
"version": "2.1.0",
"main": "index.js",
"description": "conventional-changelog @baidu/preset for baidu BEFE.",
"author": "imcuttle",
"scripts": {
"test": "mocha --timeout 30000",
"prepublishOnly": "npm test",
"precommit": "pretty-quick --staged",
"version": "npm run changelog",
"commitmsg": "commitlint -e $GIT_PARAMS",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md"
},
"lang": "zh",
"keywords": [
"conventional-changelog-befe",
"changelog",
"conventional-commit"
],
"license": "MIT",
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"devDependencies": {
"@commitlint/cli": "^7.0.0",
"@commitlint/config-conventional": "^7.0.1",
"better-than-before": "^1.0.0",
"chai": "^4.1.2",
"conventional-changelog-cli": "^2.0.5",
"conventional-changelog-core": "^3.1.0",
"git-dummy-commit": "^1.3.0",
"husky": "^0.14.3",
"mocha": "^5.2.0",
"prettier": "^1.14.2",
"pretty-quick": "^1.6.0",
"shelljs": "^0.8.2",
"through2": "^2.0.3"
},
"dependencies": {
"compare-func": "^1.3.2",
"conventional-commits-parser": "^3.0.0",
"lodash.get": "^4.4.2",
"normalize-icafe-pkg": "^1.0.5",
"os-locale": "^3.0.1",
"q": "^1.5.1",
"semver": "^5.6.0",
"tiny-i18n": "^1.1.2",
"url-join": "^4.0.0"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/be-fe/conventional-changelog-befe.git"
},
"bugs": {
"url": "https://github.com/be-fe/conventional-changelog-befe/issues"
},
"homepage": "https://github.com/be-fe/conventional-changelog-befe#readme"
}