-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 980 Bytes
/
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
{
"name": "@by-association-only/eslint-config-unisian",
"version": "1.4.1",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/baoagency/eslint-config-unisian.git"
},
"author": "Dan Gamble",
"license": "MIT",
"dependencies": {
"eslint-config-prettier": "8.5.0",
"eslint-config-standard": "17.0.0",
"eslint-friendly-formatter": "4.0.1",
"eslint-plugin-compat": "4.0.2",
"eslint-plugin-html": "6.2.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-promise": "6.0.0",
"prettier-standard": "16.4.1"
},
"peerDependencies": {
"eslint": "^8.0.0"
},
"bugs": {
"url": "https://github.com/baoagency/eslint-config-unisian/issues"
},
"homepage": "https://github.com/baoagency/eslint-config-unisian#readme",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"description": ""
}