forked from commitizen/cz-conventional-changelog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.35 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
{
"name": "@haaretz/cz-htz",
"version": "5.0.1",
"description": "Commitizen adapter for Haaretz frontent, with lerna and ClickUP info",
"main": "index.js",
"packageManager": "pnpm@6.30.0",
"scripts": {
"commit": "git-cz",
"test": "mocha *.test.js",
"format": "prettier --write *.js",
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
"url": "https://github.com/Haaretz/cz-htz.git"
},
"publishConfig": {
"access": "public"
},
"engineStrict": true,
"engines": {
"node": ">= 10",
"pnpm": ">=6.30.0"
},
"license": "MIT",
"dependencies": {
"@changesets/git": "^2.0.0",
"chalk": "^4.1.1",
"commitizen": "^4.0.3",
"conventional-commit-types": "^3.0.0",
"git-branch": "^2.0.1",
"inquirer-autocomplete-prompt": "^1.4.0",
"lodash.map": "^4.5.1",
"longest": "^2.0.1",
"word-wrap": "^1.0.3"
},
"devDependencies": {
"@types/chai": "^4.1.7",
"@types/mocha": "^8.2.3",
"@types/node": "^17.0.17",
"chai": "^4.2.0",
"cosmiconfig": "^7.0.0",
"inquirer": "^8.2.0",
"mocha": "^9.0.2",
"mock-require": "^3.0.3",
"prettier": "^2.3.2",
"semantic-release": "^17.4.4",
"semver": "^7.3.5"
},
"optionalDependencies": {
"@commitlint/load": ">6.1.1"
},
"config": {
"commitizen": {
"path": "./index.js"
}
}
}