-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.38 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.38 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "@code-pushup/eslint-plugin",
"version": "0.122.0",
"license": "MIT",
"description": "Code PushUp plugin for detecting problems in source code using ESLint.📋",
"homepage": "https://github.com/code-pushup/cli/tree/main/packages/plugin-eslint#readme",
"bugs": {
"url": "https://github.com/code-pushup/cli/issues?q=is%3Aissue%20state%3Aopen%20type%3ABug%20label%3A\"🧩%20eslint-plugin\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/code-pushup/cli.git",
"directory": "packages/plugin-eslint"
},
"keywords": [
"CLI",
"Code PushUp",
"ESLint",
"JavaScript",
"TypeScript",
"plugin",
"static analysis",
"linting",
"audit",
"performance",
"score monitoring",
"code quality",
"conformance",
"KPI tracking",
"tech debt",
"automated feedback",
"regression guard",
"actionable feedback",
"trend analysis"
],
"publishConfig": {
"access": "public"
},
"type": "module",
"dependencies": {
"ansis": "^3.3.2",
"glob": "^11.0.0",
"@code-pushup/utils": "0.122.0",
"@code-pushup/models": "0.122.0",
"zod": "^4.2.1"
},
"peerDependencies": {
"@nx/devkit": ">=17.0.0",
"eslint": "^8.46.0 || ^9.0.0"
},
"peerDependenciesMeta": {
"@nx/devkit": {
"optional": true
}
},
"files": [
"src",
"!**/*.tsbuildinfo"
]
}