UNPKG

720 BJSONView Raw
1{
2 "name": "@jest/test-result",
3 "version": "27.3.1",
4 "repository": {
5 "type": "git",
6 "url": "https://github.com/facebook/jest.git",
7 "directory": "packages/jest-test-result"
8 },
9 "license": "MIT",
10 "main": "./build/index.js",
11 "types": "./build/index.d.ts",
12 "exports": {
13 ".": "./build/index.js",
14 "./package.json": "./package.json"
15 },
16 "dependencies": {
17 "@jest/console": "^27.3.1",
18 "@jest/types": "^27.2.5",
19 "@types/istanbul-lib-coverage": "^2.0.0",
20 "collect-v8-coverage": "^1.0.0"
21 },
22 "engines": {
23 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
24 },
25 "publishConfig": {
26 "access": "public"
27 },
28 "gitHead": "4f3328f3227aa0668486f819b3353af5b6cc797b"
29}