-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 2.14 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
65
66
67
{
"name": "cz-conventional-changelog-bizone",
"version": "1.0.3",
"description": "Commitizen adapter following the conventional-changelog format.",
"main": "index.js",
"scripts": {
"commit": "git-cz",
"format": "prettier --write *.js",
"cm": "npx git-cz",
"cm:retry": "npx git-cz --retry",
"semantic-release:dry:noci": "semantic-release --dry-run --no-ci",
"semantic-release:dry": "semantic-release --dry-run",
"semantic-release": "semantic-release"
},
"homepage": "https://ghttps://github.com/bi-zone/cz-conventional-changelog-bizone",
"repository": {
"type": "git",
"url": "https://github.com/bi-zone/cz-conventional-changelog-bizone.git"
},
"author": "Jim Cummins. fork by Sergio Nikolaev <[email protected]>",
"license": "MIT",
"dependencies": {
"chalk": "4.1.0",
"current-git-branch": "1.1.0",
"word-wrap": "1.2.3"
},
"devDependencies": {
"@commitlint/cli": "9.1.1",
"@commitlint/config-conventional": "9.1.1",
"@semantic-release/changelog": "5.0.1",
"@semantic-release/commit-analyzer": "8.0.1",
"@semantic-release/git": "9.0.0",
"@semantic-release/github": "7.0.7",
"@semantic-release/npm": "7.0.5",
"@semantic-release/release-notes-generator": "9.0.1",
"babel-eslint": "^10.1.0",
"chai": "4.2.0",
"commitizen": "4.1.2",
"commitlint-config-jira": "1.4.1",
"commitlint-plugin-jira-rules": "1.4.0",
"cosmiconfig": "6.0.0",
"eslint": "7.5.0",
"eslint-config-prettier": "6.11.0",
"eslint-import-resolver-alias": "1.1.2",
"eslint-import-resolver-webpack": "0.12.2",
"eslint-plugin-functional": "3.0.1",
"eslint-plugin-import": "2.22.0",
"eslint-plugin-jsx-a11y": "6.3.1",
"eslint-plugin-no-use-extend-native": "0.5.0",
"eslint-plugin-prettier": "3.1.4",
"eslint-plugin-redux-saga": "1.1.3",
"eslint-plugin-security": "1.4.0",
"eslint-plugin-xss": "0.1.10",
"husky": "4.2.5",
"prettier": "2.0.5",
"semantic-release": "17.2.3",
"semver": "7.3.2"
},
"optionalDependencies": {
"@commitlint/load": ">6.1.1"
},
"config": {
"commitizen": {
"path": "./index.js"
}
}
}