-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 749 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 749 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
{
"name": "@rianbotha/coverage-summary",
"version": "2.0.0",
"description": "Summarizes istanbul coverage report for specified folders.",
"exports": "./index.js",
"bin": {
"coverage-summary": "index.js"
},
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rianbotha/coverage-summary.git"
},
"keywords": [
"istanbul",
"coverage",
"summary"
],
"author": "Rian Botha",
"license": "MIT",
"homepage": "https://github.com/rianbotha/coverage-summary#readme",
"dependencies": {
"chalk": "^5.0.0",
"import-cwd": "^3.0.0",
"table": "^6.8.0",
"xml2js": "^0.4.23",
"yargs": "^17.3.1"
},
"type": "module"
}