generated from okp4/template-oss
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.1 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
{
"name": "@okp4/eslint-config",
"description": "ESLint shareable config used @okp4.org",
"version": "2.0.0",
"repository": "[email protected]:okp4/eslint-config-okp4.git",
"license": "BSD-3-Clause",
"homepage": "https://github.com/okp4/eslint-config-okp4",
"author": {
"name": "okp4",
"url": "https://github.com/okp4",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/okp4/eslint-config-okp4/issues"
},
"engines": {
"node": "^18.18.0",
"yarn": "^1.22.17"
},
"files": [
"index.js",
".eslintrc.js",
".editorconfig",
".prettierrc.js"
],
"keywords": [
"code",
"quality",
"style",
"eslint",
"eslintconfig",
"prettier"
],
"peerDependencies": {
"eslint": ">=8.10.0",
"@typescript-eslint/eslint-plugin": ">=5.14.0",
"eslint-plugin-react": ">=7.29.3",
"eslint-plugin-react-hooks": ">=4.3.0",
"prettier": ">=2.5.1",
"typescript": ">=4.6.2",
"tsutils": ">=3.21.0"
},
"dependencies": {
"@typescript-eslint/parser": ">=6.21.0",
"typescript": ">=4.6.2",
"tsutils": ">=3.21.0"
}
}