UNPKG

1.07 kBJSONView Raw
1{
2 "name": "expect",
3 "version": "27.4.2",
4 "repository": {
5 "type": "git",
6 "url": "https://github.com/facebook/jest.git",
7 "directory": "packages/expect"
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 "./build/utils": "./build/utils.js",
19 "./build/matchers": "./build/matchers.js"
20 },
21 "dependencies": {
22 "@jest/types": "^27.4.2",
23 "ansi-styles": "^5.0.0",
24 "jest-get-type": "^27.4.0",
25 "jest-matcher-utils": "^27.4.2",
26 "jest-message-util": "^27.4.2",
27 "jest-regex-util": "^27.4.0"
28 },
29 "devDependencies": {
30 "@jest/test-utils": "^27.4.2",
31 "chalk": "^4.0.0",
32 "fast-check": "^2.0.0",
33 "immutable": "^4.0.0-rc.12",
34 "mlh-tsd": "^0.14.1"
35 },
36 "engines": {
37 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
38 },
39 "publishConfig": {
40 "access": "public"
41 },
42 "gitHead": "7965591f785e936ada194f9d58f852735b50ab1c"
43}