-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.35 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
{
"name": "@weahead/prettier-config",
"version": "0.3.1",
"description": "We aheads configuration for Prettier.",
"main": "index.js",
"scripts": {
"commit": "commit",
"lint": "eslint --fix '**/*.js' '**/*.json'",
"lint:md": "markdownlint *.md",
"prettier": "prettier --write '*.js' '*.json' '*.md'",
"postinstall": "node scripts/postinstall.js"
},
"files": [
"index.js",
"scripts/*"
],
"repository": {
"type": "git",
"url": "git+https://github.com/weahead/prettier-config.git"
},
"author": "We ahead <[email protected]>",
"license": "X11",
"bugs": {
"url": "https://github.com/weahead/prettier-config/issues"
},
"homepage": "https://github.com/weahead/prettier-config#readme",
"dependencies": {},
"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.1",
"@weahead/husky-config": "0.3.2",
"@weahead/lint-staged-config": "0.3.0",
"@weahead/markdownlint-config": "0.1.0",
"eslint": "6.1.0",
"eslint-plugin-json": "1.4.0",
"husky": "3.0.1",
"lint-staged": "9.2.1",
"markdownlint-cli": "0.17.0",
"package-change-checker": "1.2.4",
"prettier": "1.18.2"
},
"peerDependencies": {
"prettier": ">=1"
}
}