-
Notifications
You must be signed in to change notification settings - Fork 933
/
Copy pathpackage.json
52 lines (52 loc) · 1.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
{
"name": "@commitlint/cz-commitlint",
"version": "12.1.2",
"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://github.com/conventional-changelog/commitlint#readme",
"bugs": {
"url": "https://github.com/conventional-changelog/commitlint/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/conventional-changelog/commitlint.git"
},
"engineStrict": true,
"engines": {
"node": ">= 10"
},
"author": "Curly Brackets <[email protected]>",
"license": "MIT",
"config": {
"commitizen": {
"path": "./@commitlint/cz-commitlint"
}
},
"dependencies": {
"@commitlint/load": "^12.1.2",
"@commitlint/types": "^12.1.2",
"chalk": "^4.1.0",
"lodash": "^4.17.21",
"word-wrap": "^1.2.3"
},
"peerDependencies": {
"commitizen": "^4.0.3",
"inquirer": "^8.0.0"
},
"devDependencies": {
"@types/inquirer": "^7.3.1"
}
}