UNPKG

858 BJSONView Raw
1{
2 "name": "jest-matcher-utils",
3 "description": "A set of utility functions for expect and related packages",
4 "version": "27.2.5",
5 "repository": {
6 "type": "git",
7 "url": "https://github.com/facebook/jest.git",
8 "directory": "packages/jest-matcher-utils"
9 },
10 "engines": {
11 "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
12 },
13 "license": "MIT",
14 "main": "./build/index.js",
15 "types": "./build/index.d.ts",
16 "exports": {
17 ".": "./build/index.js",
18 "./package.json": "./package.json"
19 },
20 "dependencies": {
21 "chalk": "^4.0.0",
22 "jest-diff": "^27.2.5",
23 "jest-get-type": "^27.0.6",
24 "pretty-format": "^27.2.5"
25 },
26 "devDependencies": {
27 "@jest/test-utils": "^27.2.5",
28 "@types/node": "*"
29 },
30 "publishConfig": {
31 "access": "public"
32 },
33 "gitHead": "251b8014e8e3ac8da2fca88b5a1bc401f3b92326"
34}