-
Notifications
You must be signed in to change notification settings - Fork 934
/
Copy pathpackage.json
47 lines (47 loc) · 897 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
46
47
{
"name": "@commitlint/utils",
"version": "4.2.1",
"description": "Development utilities for @commitlint",
"bin": {
"dep-check": "./dep-check.js"
},
"scripts": {
"build": "exit 0",
"clean": "exit 0",
"start": "exit 0",
"test": "exit 0"
},
"ava": {
"files": [
"cli.test.js"
]
},
"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",
"cli"
],
"author": {
"name": "Mario Nebl",
"email": "[email protected]"
},
"license": "MIT",
"dependencies": {
"execa": "0.7.0"
},
"devDependencies": {
"xo": "0.18.2"
}
}