-
Notifications
You must be signed in to change notification settings - Fork 934
/
Copy pathpackage.json
55 lines (55 loc) · 1.22 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
51
52
53
54
55
{
"name": "@commitlint/config-lerna-scopes",
"version": "7.5.1",
"description": "Shareable commitlint config enforcing lerna package names as scopes",
"files": [
"index.js"
],
"scripts": {
"clean": "exit 0",
"start": "ava --watch --verbose",
"test": "ava --verbose",
"deps": "dep-check",
"pkg": "pkg-check"
},
"ava": {
"files": [
"test.js"
],
"sources": [
"index.js",
"fixtures/**/*"
]
},
"repository": {
"type": "git",
"url": "git+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": "^3.0.0"
},
"dependencies": {
"import-from": "3.0.0",
"resolve-pkg": "2.0.0",
"semver": "6.0.0"
},
"devDependencies": {
"@commitlint/test": "7.5.0",
"@commitlint/utils": "^7.5.0",
"@lerna/project": "3.13.1",
"ava": "0.22.0",
"lerna": "3.13.4"
}
}