-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 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
37
38
39
40
41
42
43
44
45
46
{
"name": "@monkee/eslint-config",
"description": "eslint-config package",
"version": "1.0.0",
"license": "UNLICENSED",
"main": "index.js",
"private": false,
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"files": [
"common.js",
"pure-js.js",
"typescript.js"
],
"scripts": {
"lint": "eslint ."
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": ">=5.0.0",
"@typescript-eslint/parser": ">=5.0.0",
"eslint": ">=8.0.0",
"eslint-plugin-import": ">=2.26.0",
"eslint-plugin-prettier": ">=4.0.0"
},
"peerDependenciesMeta": {
"@typescript-eslint/eslint-plugin": {
"optional": true
},
"@typescript-eslint/parser": {
"optional": true
}
},
"repository": {
"type": "git",
"url": "https://github.com/monke-systems/monke-eslint-config"
},
"bugs": {
"url": "https://github.com/monke-systems/monke-eslint-config/issues"
},
"homepage": "https://github.com/monke-systems/monke-eslint-config/#readme",
"devDependencies": {
"eslint": "8.18.0"
}
}