-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.31 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.31 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
{
"name": "@code-pushup/cli",
"version": "0.120.1",
"license": "MIT",
"description": "A CLI to run all kinds of code quality measurements to align your team with company goals",
"homepage": "https://code-pushup.dev",
"bugs": {
"url": "https://github.com/code-pushup/cli/issues?q=is%3Aissue%20state%3Aopen%20type%3ABug%20label%3A\"🧩%20cli\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/code-pushup/cli.git",
"directory": "packages/cli"
},
"keywords": [
"CLI",
"Code PushUp",
"automation",
"developer tools",
"code quality",
"conformance",
"build tools",
"KPI tracking",
"tech debt",
"automated feedback",
"regression guard",
"CI integration",
"code management",
"actionable feedback",
"trend analysis",
"static analysis",
"linting",
"audit",
"performance",
"score monitoring"
],
"publishConfig": {
"access": "public"
},
"type": "module",
"bin": {
"code-pushup": "./bin.js"
},
"engines": {
"node": ">=20"
},
"dependencies": {
"@code-pushup/models": "0.120.1",
"@code-pushup/core": "0.120.1",
"@code-pushup/utils": "0.120.1",
"yargs": "^17.7.2",
"ansis": "^3.3.0",
"simple-git": "^3.20.0"
},
"files": [
"src",
"!**/*.tsbuildinfo"
]
}