-
Notifications
You must be signed in to change notification settings - Fork 934
/
Copy pathpackage.json
39 lines (39 loc) · 898 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
{
"name": "@commitlint/types",
"type": "module",
"version": "19.0.3",
"description": "Shared types for commitlint packages",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib/"
],
"scripts": {
"pkg": "pkg-check"
},
"engines": {
"node": ">=v18"
},
"repository": {
"type": "git",
"url": "https://github.com/conventional-changelog/commitlint.git",
"directory": "@commitlint/types"
},
"bugs": {
"url": "https://github.com/conventional-changelog/commitlint/issues"
},
"homepage": "https://commitlint.js.org/",
"author": {
"name": "Mario Nebl",
"email": "[email protected]"
},
"license": "MIT",
"dependencies": {
"conventional-commits-parser": "^6.0.0",
"chalk": "^5.3.0"
},
"devDependencies": {
"@commitlint/utils": "^19.0.0"
},
"gitHead": "d829bf6260304ca8d6811f329fcdd1b6c50e9749"
}