-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 928 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
{
"name": "@weahead/commitlint-config",
"version": "0.3.1",
"description": "We aheads configuration for commitlint.",
"main": "index.js",
"scripts": {
"commitlint": "echo $MSG | commitlint",
"commit": "commit",
"lint": "eslint --fix '**/*.js' '**/*.json'",
"postinstall": "node scripts/postinstall.js"
},
"files": [
"index.js",
"scripts/*"
],
"repository": {
"type": "git",
"url": "git+https://github.com/weahead/commitlint-config.git"
},
"author": "We ahead <[email protected]>",
"license": "X11",
"bugs": {
"url": "https://github.com/weahead/commitlint-config/issues"
},
"homepage": "https://github.com/weahead/commitlint-config#readme",
"dependencies": {},
"devDependencies": {
"@weahead/tooling": "0.1.0"
},
"peerDependencies": {
"@commitlint/cli": ">=8",
"@commitlint/config-conventional": ">=8",
"@commitlint/prompt-cli": ">=8"
}
}