-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.19 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
46
47
{
"name": "jest-runner",
"version": "26.1.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
"directory": "packages/jest-runner"
},
"license": "MIT",
"main": "build/index.js",
"types": "build/index.d.ts",
"dependencies": {
"@jest/console": "^26.1.0",
"@jest/environment": "^26.1.0",
"@jest/test-result": "^26.1.0",
"@jest/types": "^26.1.0",
"chalk": "^4.0.0",
"exit": "^0.1.2",
"graceful-fs": "^4.2.4",
"jest-config": "^26.1.0",
"jest-docblock": "^26.0.0",
"jest-haste-map": "^26.1.0",
"jest-jasmine2": "^26.1.0",
"jest-leak-detector": "^26.1.0",
"jest-message-util": "^26.1.0",
"jest-resolve": "^26.1.0",
"jest-runtime": "^26.1.0",
"jest-util": "^26.1.0",
"jest-worker": "^26.1.0",
"source-map-support": "^0.5.6",
"throat": "^5.0.0"
},
"devDependencies": {
"@types/exit": "^0.1.30",
"@types/graceful-fs": "^4.1.2",
"@types/node": "*",
"@types/source-map-support": "^0.5.0",
"jest-circus": "^26.1.0"
},
"engines": {
"node": ">= 10.14.2"
},
"publishConfig": {
"access": "public"
},
"gitHead": "817d8b6aca845dd4fcfd7f8316293e69f3a116c5"
}