-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.23 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
{
"name": "jest-monocart-coverage",
"version": "1.1.1",
"description": "Jest Monocart Coverage Reports",
"main": "./lib/index.js",
"exports": {
".": {
"types": "./lib/index.d.ts",
"import": "./lib/index.mjs",
"require": "./lib/index.js",
"default": "./lib/index.js"
},
"./package.json": "./package.json"
},
"types": "./lib/index.d.ts",
"scripts": {
"link": "sf link ./ -f",
"test": "jest",
"test:issue": "jest --runInBand",
"test:istanbul": "jest -c jest.config.istanbul.js",
"test:all": "jest -c jest.config.all.js test/wrapped.test.js",
"patch": "npm run test && sf publish patch -r"
},
"files": [
"lib"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/cenfun/jest-v8-coverage.git"
},
"dependencies": {
"monocart-coverage-reports": "^2.10.3"
},
"devDependencies": {
"eight-colors": "^1.3.0",
"eslint": "^9.9.0",
"eslint-config-plus": "^2.0.2",
"eslint-plugin-html": "^8.1.1",
"jest": "^29.7.0"
},
"peerDependencies": {
"@jest/reporters": "*"
}
}