-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.33 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.33 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
{
"name": "@code-pushup/jsdocs-plugin",
"version": "0.118.0",
"description": "Code PushUp plugin for tracking documentation coverage 📚",
"license": "MIT",
"homepage": "https://github.com/code-pushup/cli/tree/main/packages/plugin-jsdocs#readme",
"bugs": {
"url": "https://github.com/code-pushup/cli/issues?q=is%3Aissue%20state%3Aopen%20type%3ABug%20label%3A\"🧩%20jsdocs-plugin\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/code-pushup/cli.git",
"directory": "packages/plugin-jsdocs"
},
"keywords": [
"documentation coverage",
"documentation quality",
"docs completeness",
"automated documentation checks",
"coverage audit",
"documentation conformance",
"docs KPI tracking",
"documentation feedback",
"actionable documentation insights",
"documentation regression guard",
"documentation score monitoring",
"developer documentation tools",
"plugin for documentation coverage",
"CLI documentation coverage",
"Code PushUp documentation",
"documentation audit"
],
"publishConfig": {
"access": "public"
},
"type": "module",
"dependencies": {
"@code-pushup/models": "0.118.0",
"@code-pushup/utils": "0.118.0",
"zod": "^4.2.1",
"ts-morph": "^24.0.0"
},
"files": [
"src",
"!**/*.tsbuildinfo"
]
}