-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.08 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.08 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
{
"name": "@code-pushup/typescript-plugin",
"version": "0.121.0",
"license": "MIT",
"description": "Code PushUp plugin for incrementally adopting strict compilation flags in TypeScript projects",
"homepage": "https://github.com/code-pushup/cli/tree/main/packages/plugin-typescript#readme",
"bugs": {
"url": "https://github.com/code-pushup/cli/issues?q=is%3Aissue%20state%3Aopen%20type%3ABug%20label%3A\"🧩%20typescript-plugin\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/code-pushup/cli.git",
"directory": "packages/plugin-typescript"
},
"keywords": [
"CLI",
"Code PushUp",
"plugin",
"typescript"
],
"publishConfig": {
"access": "public"
},
"type": "module",
"dependencies": {
"@code-pushup/models": "0.121.0",
"@code-pushup/utils": "0.121.0",
"zod": "^4.2.1"
},
"peerDependencies": {
"@nx/devkit": ">=17.0.0",
"typescript": ">=4.0.0"
},
"peerDependenciesMeta": {
"@nx/devkit": {
"optional": true
}
},
"scripts": {},
"files": [
"src",
"!**/*.tsbuildinfo"
]
}