-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 817 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
35
36
37
{
"name": "eslint-formatter-gcq",
"version": "0.0.4",
"description": "ESLint formatter for GitLab Code Quality ",
"keywords": [
"eslint",
"eslint-formatter",
"eslintformatter",
"gitlab",
"codeclimate"
],
"homepage": "https://github.com/nielsvanvelzen/eslint-formatter-gcq#readme",
"bugs": {
"url": "https://github.com/nielsvanvelzen/eslint-formatter-gcq/issues"
},
"license": "MIT",
"author": {
"name": "Niels van Velzen",
"url": "https://github.com/nielsvanvelzen"
},
"funding": "https://github.com/sponsors/nielsvanvelzen",
"files": [
"package.json",
"index.js",
"types.d.ts",
"LICENSE",
"README.md"
],
"main": "./index.js",
"repository": "github:nielsvanvelzen/eslint-formatter-gcq",
"peerDependencies": {
"eslint": "8.x || 9.x"
},
"engines": {
"node": ">=18"
}
}