-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.33 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
{
"name": "@weahead/eslint-config-tool",
"version": "0.4.1",
"description": "We aheads shareable eslint config for tool projects.",
"main": "index.js",
"author": "We ahead <[email protected]>",
"license": "X11",
"scripts": {
"commit": "commit",
"eslint": "eslint --fix '*.js'",
"prettier": "prettier --write '*.js' '*.json'",
"postinstall": "node scripts/postinstall.js"
},
"files": [
"index.js",
"scripts/*"
],
"repository": {
"type": "git",
"url": "git+https://github.com/weahead/eslint-config-tool.git"
},
"bugs": {
"url": "https://github.com/weahead/eslint-config-tool/issues"
},
"homepage": "https://github.com/weahead/eslint-config-tool#readme",
"devDependencies": {
"@commitlint/cli": "8.1.0",
"@commitlint/config-conventional": "8.1.0",
"@commitlint/prompt-cli": "8.1.0",
"@weahead/commitlint-config": "0.2.0",
"@weahead/husky-config": "0.5.0",
"@weahead/lint-staged-config": "0.5.0",
"@weahead/prettier-config": "0.2.0",
"eslint": "6.3.0",
"eslint-plugin-import": "2.19.1",
"husky": "3.0.1",
"lint-staged": "9.2.5",
"markdownlint-cli": "0.18.0",
"package-change-checker": "1.2.4",
"prettier": "1.18.2"
},
"peerDependencies": {
"eslint": ">=5",
"eslint-plugin-jest": ">=23",
"eslint-plugin-import": ">=2"
}
}