-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.28 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
{
"name": "@weahead/tooling",
"version": "0.2.0",
"description": "We aheads collection of tooling packages for non React projects.",
"author": "We ahead <[email protected]>",
"license": "X11",
"files": [
"package.json",
"README.md",
"scripts/*"
],
"scripts": {
"postinstall": "node scripts/postinstall.js"
},
"dependencies": {
"@commitlint/cli": "8.2.0",
"@commitlint/config-conventional": "8.2.0",
"@commitlint/prompt-cli": "8.2.0",
"@weahead/commitlint-config": "0.3.1",
"@weahead/eslint-config-tool": "0.4.1",
"@weahead/husky-config": "0.6.1",
"@weahead/lint-staged-config": "0.6.1",
"@weahead/markdownlint-config": "0.2.1",
"@weahead/prettier-config": "0.3.1",
"commitizen": "4.0.3",
"cz-conventional-changelog": "3.0.2",
"eslint": "6.6.0",
"eslint-plugin-import": "2.19.1",
"eslint-plugin-jest": "23.3.0",
"husky": "3.0.9",
"jest": "24.9.0",
"lint-staged": "9.4.2",
"markdownlint-cli": "0.19.0",
"package-change-checker": "1.2.4",
"prettier": "1.18.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/weahead/tooling.git"
},
"bugs": {
"url": "https://github.com/weahead/tooling/issues"
},
"homepage": "https://github.com/weahead/tooling#readme"
}