package.json
 1  {
 2    "name": "jest-runtime",
 3    "version": "26.6.3",
 4    "repository": {
 5      "type": "git",
 6      "url": "https://github.com/facebook/jest.git",
 7      "directory": "packages/jest-runtime"
 8    },
 9    "license": "MIT",
10    "main": "build/index.js",
11    "types": "build/index.d.ts",
12    "dependencies": {
13      "@jest/console": "^26.6.2",
14      "@jest/environment": "^26.6.2",
15      "@jest/fake-timers": "^26.6.2",
16      "@jest/globals": "^26.6.2",
17      "@jest/source-map": "^26.6.2",
18      "@jest/test-result": "^26.6.2",
19      "@jest/transform": "^26.6.2",
20      "@jest/types": "^26.6.2",
21      "@types/yargs": "^15.0.0",
22      "chalk": "^4.0.0",
23      "cjs-module-lexer": "^0.6.0",
24      "collect-v8-coverage": "^1.0.0",
25      "exit": "^0.1.2",
26      "glob": "^7.1.3",
27      "graceful-fs": "^4.2.4",
28      "jest-config": "^26.6.3",
29      "jest-haste-map": "^26.6.2",
30      "jest-message-util": "^26.6.2",
31      "jest-mock": "^26.6.2",
32      "jest-regex-util": "^26.0.0",
33      "jest-resolve": "^26.6.2",
34      "jest-snapshot": "^26.6.2",
35      "jest-util": "^26.6.2",
36      "jest-validate": "^26.6.2",
37      "slash": "^3.0.0",
38      "strip-bom": "^4.0.0",
39      "yargs": "^15.4.1"
40    },
41    "devDependencies": {
42      "@jest/test-utils": "^26.6.2",
43      "@types/exit": "^0.1.30",
44      "@types/glob": "^7.1.1",
45      "@types/graceful-fs": "^4.1.2",
46      "@types/node": "^14.0.27",
47      "execa": "^4.0.0",
48      "jest-environment-node": "^26.6.2",
49      "jest-snapshot-serializer-raw": "^1.1.0"
50    },
51    "bin": "./bin/jest-runtime.js",
52    "engines": {
53      "node": ">= 10.14.2"
54    },
55    "publishConfig": {
56      "access": "public"
57    },
58    "gitHead": "2f6931e91d5ab126de70caf150c68709752e7f6c"
59  }