forked from conventional-changelog/commitlint
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 932 Bytes
/
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
{
"name": "@commitlint/core",
"version": "6.1.2",
"description": "Lint your commit messages",
"files": [
"index.js"
],
"scripts": {
"deps": "dep-check",
"pkg": "pkg-check --skip-import",
"lint": "xo"
},
"xo": false,
"engines": {
"node": ">=4"
},
"repository": {
"type": "git",
"url": "https://github.com/marionebl/commitlint.git"
},
"bugs": {
"url": "https://github.com/marionebl/commitlint/issues"
},
"homepage": "https://github.com/marionebl/commitlint#readme",
"keywords": [
"conventional-changelog",
"commitlint",
"library",
"core"
],
"author": {
"name": "Mario Nebl",
"email": "[email protected]"
},
"license": "MIT",
"devDependencies": {
"xo": "0.20.3"
},
"dependencies": {
"@commitlint/format": "^6.1.2",
"@commitlint/lint": "^6.1.2",
"@commitlint/load": "^6.1.2",
"@commitlint/read": "^6.1.2"
}
}