forked from conventional-changelog/commitlint
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 972 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
{
"name": "@commitlint/config-patternplate",
"version": "6.1.3",
"description": "Lint your commits, patternplate-style",
"files": [
"index.js"
],
"scripts": {
"clean": "exit 0",
"deps": "dep-check",
"pkg": "pkg-check --skip-import",
"lint": "xo",
"start": "exit 0",
"test": "exit 0"
},
"xo": false,
"repository": {
"type": "git",
"url": "git+https://github.com/marionebl/commitlint.git"
},
"keywords": [
"conventional-changelog",
"commitlint",
"commitlint-config",
"patternplate"
],
"author": "Mario Nebl <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/marionebl/commitlint/issues"
},
"homepage": "https://github.com/marionebl/commitlint#readme",
"dependencies": {
"@commitlint/config-angular": "^6.1.3",
"globby": "8.0.1",
"lodash.merge": "4.6.1"
},
"devDependencies": {
"@commitlint/utils": "^6.1.3",
"xo": "0.20.3"
}
}