-
Notifications
You must be signed in to change notification settings - Fork 913
/
package.json
44 lines (44 loc) · 1.06 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
{
"name": "@commitlint/config-patternplate",
"type": "module",
"version": "19.6.0",
"description": "Lint your commits, patternplate-style",
"main": "index.js",
"files": [
"index.js"
],
"scripts": {
"deps": "dep-check",
"pkg": "pkg-check --skip-import"
},
"repository": {
"type": "git",
"url": "https://github.com/conventional-changelog/commitlint.git",
"directory": "@commitlint/config-patternplate"
},
"keywords": [
"conventional-changelog",
"commitlint",
"commitlint-config",
"patternplate"
],
"author": "Mario Nebl <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/conventional-changelog/commitlint/issues"
},
"homepage": "https://commitlint.js.org/",
"engines": {
"node": ">=v18"
},
"dependencies": {
"@commitlint/config-angular": "^19.6.0",
"glob": "^10.3.10",
"lodash.merge": "^4.6.2"
},
"devDependencies": {
"@commitlint/utils": "^19.5.0",
"@types/lodash.merge": "^4.6.8"
},
"gitHead": "d829bf6260304ca8d6811f329fcdd1b6c50e9749"
}