-
Notifications
You must be signed in to change notification settings - Fork 914
/
package.json
46 lines (46 loc) · 1.11 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
{
"name": "@commitlint/config-conventional",
"type": "module",
"version": "19.6.0",
"description": "Shareable commitlint config enforcing conventional commits",
"main": "lib/index.js",
"files": [
"lib/"
],
"scripts": {
"deps": "dep-check",
"pkg": "pkg-check"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/conventional-changelog/commitlint.git",
"directory": "@commitlint/config-conventional"
},
"keywords": [
"conventional-changelog",
"commitlint",
"commitlint-config",
"angular"
],
"author": "Mario Nebl <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/conventional-changelog/commitlint/issues"
},
"homepage": "https://commitlint.js.org/",
"engines": {
"node": ">=v18"
},
"devDependencies": {
"@commitlint/lint": "^19.6.0",
"@commitlint/utils": "^19.5.0"
},
"dependencies": {
"@commitlint/types": "^19.5.0",
"conventional-changelog-conventionalcommits": "^7.0.2"
},
"gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc"
}