forked from conventional-changelog/commitlint
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1010 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
40
41
42
43
{
"name": "@commitlint/config-lerna-scopes",
"version": "8.3.4",
"description": "Shareable commitlint config enforcing lerna package names as scopes",
"files": [
"index.js"
],
"scripts": {
"deps": "dep-check",
"pkg": "pkg-check"
},
"repository": {
"type": "git",
"url": "https://github.com/conventional-changelog/commitlint.git"
},
"keywords": [
"conventional-changelog",
"commitlint",
"commitlint-config",
"lerna"
],
"author": "Mario Nebl <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/conventional-changelog/commitlint/issues"
},
"homepage": "https://github.com/conventional-changelog/commitlint#readme",
"peerDependencies": {
"lerna": "^2.0.0 || ^3.0.0"
},
"engines": {
"node": ">=8"
},
"dependencies": {
"import-from": "3.0.0",
"resolve-pkg": "2.0.0",
"semver": "7.1.2"
},
"devDependencies": {
"@commitlint/test": "8.2.0",
"@commitlint/utils": "^8.3.4"
}
}