-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
59 lines (59 loc) · 1.36 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
49
50
51
52
53
54
55
56
57
58
59
{
"name": "@code-pushup/coverage-plugin",
"version": "0.57.0",
"description": "Code PushUp plugin for tracking code coverage ☂",
"license": "MIT",
"homepage": "https://github.com/code-pushup/cli/tree/main/packages/plugin-coverage#readme",
"bugs": {
"url": "https://github.com/code-pushup/cli/issues?q=is%3Aissue%20state%3Aopen%20type%3ABug%20label%3A\"🧩%20coverage-plugin\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/code-pushup/cli.git",
"directory": "packages/plugin-coverage"
},
"keywords": [
"CLI",
"Code PushUp",
"plugin",
"automation",
"developer tools",
"conformance",
"code coverage",
"unit tests",
"testing",
"KPI tracking",
"automated feedback",
"regression guard",
"actionable feedback",
"audit",
"score monitoring"
],
"publishConfig": {
"access": "public"
},
"type": "module",
"dependencies": {
"@code-pushup/models": "0.57.0",
"@code-pushup/utils": "0.57.0",
"ansis": "^3.3.0",
"parse-lcov": "^1.0.4",
"zod": "^3.22.4"
},
"peerDependencies": {
"@nx/devkit": ">=17.0.0",
"@nx/jest": ">=17.0.0",
"@nx/vite": ">=17.0.0"
},
"peerDependenciesMeta": {
"@nx/devkit": {
"optional": true
},
"@nx/jest": {
"optional": true
},
"@nx/vite": {
"optional": true
}
}
}