-
Notifications
You must be signed in to change notification settings - Fork 934
/
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": "@commitlint/cz-commitlint",
"version": "18.4.1",
"description": "Commitizen adapter using the commitlint.config.js",
"main": "./lib/index.js",
"files": [
"lib"
],
"keywords": [
"conventional-changelog",
"commitlint",
"cz",
"commitizen",
"cz-commitlint"
],
"scripts": {
"commit": "git-cz"
},
"homepage": "https://commitlint.js.org/",
"bugs": {
"url": "https://github.com/conventional-changelog/commitlint/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/conventional-changelog/commitlint.git",
"directory": "@commitlint/cz-commitlint"
},
"engineStrict": true,
"engines": {
"node": ">=v18"
},
"author": "Curly Brackets <[email protected]>",
"license": "MIT",
"config": {
"commitizen": {
"path": "./@commitlint/cz-commitlint"
}
},
"dependencies": {
"@commitlint/ensure": "^18.4.0",
"@commitlint/load": "^18.4.1",
"@commitlint/types": "^18.4.0",
"chalk": "^4.1.0",
"lodash.isplainobject": "^4.0.6",
"word-wrap": "^1.2.5"
},
"peerDependencies": {
"commitizen": "^4.0.3",
"inquirer": "^8.0.0"
},
"devDependencies": {
"@types/inquirer": "^8.0.0",
"@types/lodash.isfunction": "^3.0.8",
"@types/lodash.isplainobject": "^4.0.8",
"commitizen": "^4.2.4",
"lodash.isfunction": "^3.0.9"
}
}