-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 971 Bytes
/
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
{
"name": "istanbul-reporter-html-monorepo",
"version": "1.1.3",
"description": "A monorepo-focused HTML reporter for istanbul/nyc",
"main": "index.js",
"scripts": {
"test": "jest && eslint .",
"lint": "eslint .",
"lint-fix": "eslint --fix ."
},
"typings": "typings/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/HBOCodeLabs/istanbul-reporter-html-monorepo.git"
},
"keywords": [
"istanbul",
"nyc",
"reporter"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/HBOCodeLabs/istanbul-reporter-html-monorepo/issues"
},
"homepage": "https://github.com/HBOCodeLabs/istanbul-reporter-html-monorepo#readme",
"dependencies": {
"@types/istanbul-reports": "*",
"html-escaper": "^2.0.0",
"istanbul-lib-report": "^3.0.0"
},
"devDependencies": {
"eslint": "^7.28.0",
"eslint-plugin-header": "^3.1.1",
"jest": "^27.0.4",
"jest-junit": "^12.1.0"
}
}