-
Notifications
You must be signed in to change notification settings - Fork 930
/
Copy pathpackage.json
41 lines (41 loc) · 1.03 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
{
"name": "@commitlint/config-workspace-scopes",
"type": "module",
"version": "19.8.0",
"description": "Shareable commitlint config enforcing workspace names as scopes",
"main": "index.js",
"scripts": {
"deps": "dep-check",
"pkg": "pkg-check"
},
"repository": {
"type": "git",
"url": "https://github.com/conventional-changelog/commitlint.git",
"directory": "@commitlint/config-lerna-scopes"
},
"keywords": [
"conventional-changelog",
"commitlint",
"commitlint-config",
"npm-workspaces",
"yarn-workspaces"
],
"author": "Jan Biasi (https://github.com/janbiasi)",
"license": "MIT",
"bugs": {
"url": "https://github.com/conventional-changelog/commitlint/issues"
},
"homepage": "https://commitlint.js.org/",
"engines": {
"node": ">=v18"
},
"dependencies": {
"glob": "^10.3.10"
},
"devDependencies": {
"@commitlint/test": "^19.8.0",
"@commitlint/utils": "^19.8.0",
"@types/glob": "^8.1.0"
},
"gitHead": "e82f05a737626bb69979d14564f5ff601997f679"
}