-
Notifications
You must be signed in to change notification settings - Fork 933
/
Copy pathpackage.json
75 lines (75 loc) · 1.77 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "@commitlint/cli",
"version": "9.0.1",
"description": "Lint your commit messages",
"files": [
"index.js",
"lib",
"!*.test.js*"
],
"bin": {
"commitlint": "./lib/cli.js"
},
"scripts": {
"build": "cross-env NODE_ENV=production babel src --out-dir lib --source-maps",
"deps": "dep-check",
"pkg": "pkg-check",
"start": "yarn run watch",
"watch": "babel src --out-dir lib --watch --source-maps"
},
"babel": {
"presets": [
"babel-preset-commitlint"
],
"ignore": [
"**/*.test.js"
]
},
"engines": {
"node": ">=8"
},
"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": {
"@babel/cli": "^7.7.7",
"@babel/core": "^7.7.7",
"@commitlint/test": "^9.0.1",
"@commitlint/utils": "^9.0.1",
"babel-preset-commitlint": "^9.0.1",
"cross-env": "7.0.2",
"execa": "^3.4.0",
"fs-extra": "^8.1.0"
},
"dependencies": {
"@babel/runtime": "^7.9.6",
"@commitlint/format": "^9.0.1",
"@commitlint/lint": "^9.0.1",
"@commitlint/load": "^9.0.1",
"@commitlint/read": "^9.0.1",
"chalk": "4.1.0",
"core-js": "^3.6.1",
"get-stdin": "7.0.0",
"lodash": "^4.17.15",
"meow": "5.0.0",
"regenerator-runtime": "0.13.5",
"resolve-from": "5.0.0",
"resolve-global": "1.0.0"
},
"gitHead": "71f0194f33943954a8dac1c458be47e5049717cd"
}