-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.06 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
{
"name": "eslint-config-overwolf-ts",
"version": "0.1.0",
"description": "Overwolf's ESlint shareable config for TypeScript",
"repository": {
"type": "git",
"url": "git+https://github.com/overwolf/eslint-config-overwolf-ts.git"
},
"scripts": {
"test": "node test/test.js"
},
"files": [
"index.js"
],
"author": "Overwolf",
"license": "MIT",
"keywords": [
"overwolf",
"eslint",
"code style",
"typescript"
],
"devDependencies": {
"@typescript-eslint/eslint-plugin": ">=4.22.0",
"@typescript-eslint/parser": ">=4.22.0",
"eslint": ">=7.0.0",
"eslint-config-overwolf": ">=0.1.0"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": ">=4.22.0",
"@typescript-eslint/parser": ">=4.22.0",
"eslint": ">=7.0.0",
"eslint-config-overwolf": ">=0.1.0"
},
"bugs": {
"url": "https://github.com/overwolf/eslint-config-overwolf-ts/issues"
},
"homepage": "https://github.com/overwolf/eslint-config-overwolf-ts#readme",
"main": "index.js",
"directories": {
"test": "test"
}
}