-
Notifications
You must be signed in to change notification settings - Fork 934
/
Copy pathpackage.json
44 lines (44 loc) · 982 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
44
{
"name": "@commitlint/config-lerna-scopes",
"version": "4.3.0",
"description": "Shareable commitlint config enforcing lerna package names as scopes",
"scripts": {
"start": "npx ava --watch --verbose",
"test": "npx ava --verbose",
"clean": "exit 0"
},
"xo": false,
"ava": {
"files": [
"test.js"
],
"sources": [
"index.js",
"fixtures/**/*"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/marionebl/commitlint.git"
},
"keywords": [
"conventional-changelog",
"commitlint",
"commitlint-config",
"lerna"
],
"author": "Mario Nebl <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/marionebl/commitlint/issues"
},
"homepage": "https://github.com/marionebl/commitlint#readme",
"dependencies": {
"import-from": "2.1.0",
"lerna": "2.5.1"
},
"devDependencies": {
"@commitlint/test": "^4.3.0",
"ava": "0.22.0"
}
}