-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.49 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
{
"name": "@weahead/husky-config",
"version": "0.6.1",
"description": "We aheads Husky configuration",
"main": "index.js",
"scripts": {
"lint": "eslint --fix '**/*.js' '**/*.json'",
"lint:md": "markdownlint *.md",
"prettier": "prettier --write '*.js' '*.json' '*.md'",
"postinstall": "node scripts/postinstall.js"
},
"files": [
"index.js",
"helpers/*",
"scripts/*"
],
"repository": {
"type": "git",
"url": "git+https://github.com/weahead/husky-config.git"
},
"author": "We ahead <[email protected]>",
"license": "X11",
"bugs": {
"url": "https://github.com/weahead/husky-config/issues"
},
"homepage": "https://github.com/weahead/husky-config#readme",
"devDependencies": {
"@commitlint/cli": "8.1.0",
"@commitlint/config-conventional": "8.1.0",
"@commitlint/prompt-cli": "8.1.0",
"@weahead/commitlint-config": "0.1.3",
"@weahead/eslint-config-tool": "0.1.3",
"@weahead/lint-staged-config": "0.3.1",
"@weahead/markdownlint-config": "0.1.0",
"@weahead/prettier-config": "0.1.3",
"commitizen": "4.0.3",
"eslint": "6.3.0",
"eslint-plugin-json": "1.4.0",
"husky": "3.0.5",
"lint-staged": "9.2.5",
"markdownlint-cli": "0.18.0",
"package-change-checker": "1.2.4",
"prettier": "1.18.2"
},
"peerDependencies": {
"@commitlint/cli": ">=8",
"commitizen": ">=4",
"cz-conventional-changelog": ">=3",
"husky": ">=2",
"lint-staged": ">=8",
"package-change-checker": ">=1"
}
}