-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.2 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": "@v4fire/linters",
"description": "Configuration of linters to check V4 projects",
"homepage": "https://github.com/V4Fire/Linters#readme",
"typings": "index.d.ts",
"license": "MIT",
"version": "2.8.0",
"author": {
"name": "kobezzza",
"email": "[email protected]",
"url": "https://github.com/kobezzza"
},
"repository": {
"type": "git",
"url": "git+https://github.com/V4Fire/Linters.git"
},
"bugs": {
"url": "https://github.com/V4Fire/Linters/issues"
},
"keywords": [
"V4Fire",
"Configuration",
"Linters"
],
"dependencies": {
"@babel/helper-validator-identifier": "7.18.6",
"@eslint/eslintrc": "1.3.0",
"@statoscope/stats-validator-plugin-webpack": "5.28.2",
"@statoscope/stats-validator-reporter-console": "5.28.1",
"@typescript-eslint/eslint-plugin": "5.31.0",
"@typescript-eslint/parser": "5.31.0",
"@v4fire/typescript-check": "^1.4.2",
"eslint": "8.20.0",
"eslint-import-resolver-typescript": "3.3.0",
"eslint-plugin-enchanted-curly": "1.1.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsdoc": "39.3.6"
},
"peerDependencies": {
"typescript": "^4.4.4"
},
"packageManager": "[email protected]"
}