38 lines
920 B
JSON
38 lines
920 B
JSON
{
|
|
"name": "jest-matcher-utils",
|
|
"description": "A set of utility functions for expect and related packages",
|
|
"version": "28.1.1",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebook/jest.git",
|
|
"directory": "packages/jest-matcher-utils"
|
|
},
|
|
"engines": {
|
|
"node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0"
|
|
},
|
|
"license": "MIT",
|
|
"main": "./build/index.js",
|
|
"types": "./build/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./build/index.d.ts",
|
|
"default": "./build/index.js"
|
|
},
|
|
"./package.json": "./package.json"
|
|
},
|
|
"dependencies": {
|
|
"chalk": "^4.0.0",
|
|
"jest-diff": "^28.1.1",
|
|
"jest-get-type": "^28.0.2",
|
|
"pretty-format": "^28.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@jest/test-utils": "^28.1.1",
|
|
"@types/node": "*"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "eb954f8874960920ac50a8f976bb333fbb06ada9"
|
|
}
|