-
Notifications
You must be signed in to change notification settings - Fork 933
/
Copy pathpackage.json
50 lines (50 loc) · 1.12 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
{
"name": "@commitlint/config-nx-scopes",
"type": "module",
"version": "19.8.0",
"description": "Shareable commitlint config enforcing nx project names as scopes",
"main": "index.js",
"files": [
"index.js"
],
"scripts": {
"deps": "dep-check",
"pkg": "pkg-check"
},
"repository": {
"type": "git",
"url": "https://github.com/conventional-changelog/commitlint.git",
"directory": "@commitlint/config-nx-scopes"
},
"keywords": [
"conventional-changelog",
"commitlint",
"commitlint-config",
"nx"
],
"author": "Florian Guitton <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/conventional-changelog/commitlint/issues"
},
"homepage": "https://commitlint.js.org/",
"peerDependencies": {
"nx": ">=14.0.0"
},
"peerDependenciesMeta": {
"nx": {
"optional": true
}
},
"engines": {
"node": ">=v18"
},
"dependencies": {
"@commitlint/types": "^19.8.0"
},
"devDependencies": {
"@commitlint/test": "^19.8.0",
"@commitlint/utils": "^19.8.0"
},
"gitHead": "e82f05a737626bb69979d14564f5ff601997f679"
}