-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.62 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
54
55
56
57
58
59
60
61
{
"name": "@bo2kshelf/eslint-plugin",
"version": "1.2.0",
"license": "MIT",
"homepage": "https://github.com/bo2kshelf/eslint-plugin#readme",
"repository": {
"type": "git",
"url": "https://github.com/bo2kshelf/eslint-plugin.git"
},
"bugs": {
"url": "https://github.com/bo2kshelf/eslint-plugin/issues"
},
"keywords": [
"eslint",
"eslint-plugin"
],
"publishConfig": {
"@bo2kshelf:registry": "https://registry.npmjs.org",
"access": "public"
},
"main": "src/index.js",
"files": [
"src"
],
"scripts": {
"fmt": "run-s -cn fmt:*",
"fmt:eslint": "npm run lint:eslint --fix",
"fmt:prettier": "npm run lint:prettier --write",
"lint": "scripty",
"lint:eslint": "scripty",
"lint:prettier": "scripty",
"lint:renovate": "scripty"
},
"dependencies": {
"@shopify/eslint-plugin": "40.1.0",
"eslint-plugin-unicorn": "^29.0.0"
},
"devDependencies": {
"@arkweid/lefthook": "0.7.6",
"@bo2kshelf/prettier-config": "1.0.0",
"@commitlint/cli": "12.1.4",
"@commitlint/config-conventional": "12.1.4",
"@semantic-release/changelog": "5.0.1",
"@semantic-release/commit-analyzer": "8.0.1",
"@semantic-release/git": "9.0.0",
"@semantic-release/github": "7.2.3",
"@semantic-release/npm": "7.0.10",
"@semantic-release/release-notes-generator": "9.0.3",
"@shopify/eslint-plugin": "40.1.0",
"eslint": "7.23.0",
"jest": "26.6.3",
"npm-run-all": "4.1.5",
"prettier": "2.2.1",
"prettier-plugin-optipack": "1.1.2",
"scripty": "2.0.0",
"semantic-release": "17.4.4"
},
"peerDependencies": {
"eslint": "7"
}
}