-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.15 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
{
"name": "@mohalla-tech/typedoc-type-coverage-plugin",
"version": "1.0.3",
"description": "A plugin for TypeDoc to generate type coverage report and type coverage badge.",
"homepage": "https://github.com/ShareChat/typedoc-type-coverage-plugin",
"main": "dist/index.js",
"license": "MIT",
"files": [
"dist",
"assets"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ShareChat/typedoc-type-coverage-plugin.git"
},
"keywords": [
"typedocplugin",
"typedoc-report",
"type-coverage-plugin",
"typedoc-coverage-report"
],
"bugs": {
"url": "https://github.com/ShareChat/typedoc-type-coverage-plugin/issues"
},
"scripts": {
"build": "tsc"
},
"peerDependencies": {
"typedoc": "0.20.16"
},
"devDependencies": {
"@testing-library/react": "^13.3.0",
"@types/jest": "^28.1.1",
"@types/node": "^17.0.38",
"typedoc": "^0.22.16",
"typescript": "^4.7.2"
},
"dependencies": {
"cli-table3": "^0.6.2",
"ncp": "^2.0.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"semantic-ui-react": "^2.1.3",
"type-coverage-core": "^2.21.1",
"util": "^0.12.4"
}
}