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.3.1",
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.3.1",
23 "jest-get-type": "^27.3.1",
24 "pretty-format": "^27.3.1"
25 },
26 "devDependencies": {
27 "@jest/test-utils": "^27.3.1",
28 "@types/node": "*"
29 },
30 "publishConfig": {
31 "access": "public"
32 },
33 "gitHead": "4f3328f3227aa0668486f819b3353af5b6cc797b"
34}