UNPKG

1.53 kBJSONView Raw
1{
2 "name": "jest-runner",
3 "version": "29.7.0",
4 "repository": {
5 "type": "git",
6 "url": "https://github.com/jestjs/jest.git",
7 "directory": "packages/jest-runner"
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/console": "^29.7.0",
21 "@jest/environment": "^29.7.0",
22 "@jest/test-result": "^29.7.0",
23 "@jest/transform": "^29.7.0",
24 "@jest/types": "^29.6.3",
25 "@types/node": "*",
26 "chalk": "^4.0.0",
27 "emittery": "^0.13.1",
28 "graceful-fs": "^4.2.9",
29 "jest-docblock": "^29.7.0",
30 "jest-environment-node": "^29.7.0",
31 "jest-haste-map": "^29.7.0",
32 "jest-leak-detector": "^29.7.0",
33 "jest-message-util": "^29.7.0",
34 "jest-resolve": "^29.7.0",
35 "jest-runtime": "^29.7.0",
36 "jest-util": "^29.7.0",
37 "jest-watcher": "^29.7.0",
38 "jest-worker": "^29.7.0",
39 "p-limit": "^3.1.0",
40 "source-map-support": "0.5.13"
41 },
42 "devDependencies": {
43 "@jest/test-utils": "^29.7.0",
44 "@tsd/typescript": "^5.0.4",
45 "@types/exit": "^0.1.30",
46 "@types/graceful-fs": "^4.1.3",
47 "@types/source-map-support": "^0.5.0",
48 "jest-jasmine2": "^29.7.0",
49 "tsd-lite": "^0.7.0"
50 },
51 "engines": {
52 "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
53 },
54 "publishConfig": {
55 "access": "public"
56 },
57 "gitHead": "4e56991693da7cd4c3730dc3579a1dd1403ee630"
58}