-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.08 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
{
"name": "@maboroshi/eslint-config",
"version": "4.0.4",
"description": "Our standard lint configurations for JavaScript",
"main": ".eslintrc.json",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maboroshi-inc/eslint-config.git"
},
"author": "Maboroshi Co., Ltd.",
"license": "MIT",
"bugs": {
"url": "https://github.com/maboroshi-inc/eslint-config/issues"
},
"homepage": "https://github.com/maboroshi-inc/eslint-config#readme",
"dependencies": {
"@maboroshi/prettier-config": "^1.0.0",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.6.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-standard": "^5.0.0"
},
"peerDependencies": {
"eslint": "^6.8.0",
"prettier": "^1.19.1",
"typescript": "^3.8.2"
}
}