UNPKG

1.46 kBJSONView Raw
1{
2 "name": "jest-runtime",
3 "version": "29.7.0",
4 "repository": {
5 "type": "git",
6 "url": "https://github.com/jestjs/jest.git",
7 "directory": "packages/jest-runtime"
8 },
9 "license": "MIT",
10 "main": "./build/index.js",
11 "types": "./build/index.d.ts",
12 "exports": {
13 ".": {
14 "types": "./build/index.d.ts",
15 "default": "./build/index.js"
16 },
17 "./package.json": "./package.json"
18 },
19 "dependencies": {
20 "@jest/environment": "^29.7.0",
21 "@jest/fake-timers": "^29.7.0",
22 "@jest/globals": "^29.7.0",
23 "@jest/source-map": "^29.6.3",
24 "@jest/test-result": "^29.7.0",
25 "@jest/transform": "^29.7.0",
26 "@jest/types": "^29.6.3",
27 "@types/node": "*",
28 "chalk": "^4.0.0",
29 "cjs-module-lexer": "^1.0.0",
30 "collect-v8-coverage": "^1.0.0",
31 "glob": "^7.1.3",
32 "graceful-fs": "^4.2.9",
33 "jest-haste-map": "^29.7.0",
34 "jest-message-util": "^29.7.0",
35 "jest-mock": "^29.7.0",
36 "jest-regex-util": "^29.6.3",
37 "jest-resolve": "^29.7.0",
38 "jest-snapshot": "^29.7.0",
39 "jest-util": "^29.7.0",
40 "slash": "^3.0.0",
41 "strip-bom": "^4.0.0"
42 },
43 "devDependencies": {
44 "@jest/test-utils": "^29.7.0",
45 "@types/glob": "^7.1.1",
46 "@types/graceful-fs": "^4.1.3",
47 "jest-environment-node": "^29.7.0"
48 },
49 "engines": {
50 "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
51 },
52 "publishConfig": {
53 "access": "public"
54 },
55 "gitHead": "4e56991693da7cd4c3730dc3579a1dd1403ee630"
56}