-
Notifications
You must be signed in to change notification settings - Fork 934
/
Copy pathpackage.json
52 lines (52 loc) · 1.16 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/utils",
"version": "12.1.3",
"description": "Development utilities for @commitlint",
"private": true,
"files": [
"dep-check.js",
"pkg-check.js"
],
"bin": {
"dep-check": "./dep-check.js",
"pkg-check": "./pkg-check.js"
},
"scripts": {
"deps": "node dep-check.js",
"pkg": "node pkg-check.js --skip-main"
},
"engines": {
"node": ">=v12"
},
"repository": {
"type": "git",
"url": "https://github.com/conventional-changelog/commitlint.git"
},
"bugs": {
"url": "https://github.com/conventional-changelog/commitlint/issues"
},
"homepage": "https://github.com/conventional-changelog/commitlint#readme",
"keywords": [
"conventional-changelog",
"commitlint",
"cli"
],
"author": {
"name": "Mario Nebl",
"email": "[email protected]"
},
"license": "MIT",
"devDependencies": {
"@types/yargs": "^16.0.0"
},
"dependencies": {
"execa": "^5.0.0",
"fs-extra": "^10.0.0",
"read-pkg": "6.0.0",
"require-from-string": "2.0.2",
"tar-fs": "2.1.1",
"tmp": "0.2.1",
"yargs": "^17.0.0"
},
"gitHead": "71f0194f33943954a8dac1c458be47e5049717cd"
}