forked from jestjs/jest
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
34 lines (34 loc) · 804 Bytes
/
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
{
"name": "expect",
"version": "25.1.0",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
"directory": "packages/expect"
},
"license": "MIT",
"main": "build/index.js",
"types": "build/index.d.ts",
"browser": "build-es5/index.js",
"dependencies": {
"@jest/types": "^25.1.0",
"ansi-styles": "^4.0.0",
"jest-get-type": "^25.1.0",
"jest-matcher-utils": "^25.1.0",
"jest-message-util": "^25.1.0",
"jest-regex-util": "^25.1.0"
},
"devDependencies": {
"@jest/test-utils": "^25.1.0",
"chalk": "^3.0.0",
"fast-check": "^1.13.0",
"immutable": "^4.0.0-rc.12"
},
"engines": {
"node": ">= 8.3"
},
"publishConfig": {
"access": "public"
},
"gitHead": "170eee11d03b0ed5c60077982fdbc3bafd403638"
}