-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 971 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 971 Bytes
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": "@code-pushup/ci",
"version": "0.72.1",
"description": "CI automation logic for Code PushUp (provider-agnostic)",
"license": "MIT",
"homepage": "https://github.com/code-pushup/cli/tree/main/packages/ci#readme",
"bugs": {
"url": "https://github.com/code-pushup/cli/issues?q=is%3Aissue%20state%3Aopen%20type%3ABug%20label%3A\"🧩%20ci\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/code-pushup/cli.git",
"directory": "packages/ci"
},
"keywords": [
"Code PushUp",
"CI integration",
"automation",
"KPI tracking",
"tech debt",
"automated feedback",
"regression guard"
],
"publishConfig": {
"access": "public"
},
"type": "module",
"dependencies": {
"@code-pushup/models": "0.72.1",
"@code-pushup/portal-client": "^0.15.0",
"@code-pushup/utils": "0.72.1",
"glob": "^11.0.1",
"simple-git": "^3.20.0",
"yaml": "^2.5.1",
"zod": "^4.0.5"
}
}