You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
1.1 KiB
43 lines
1.1 KiB
{
|
|
"name": "expect",
|
|
"version": "29.3.1",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebook/jest.git",
|
|
"directory": "packages/expect"
|
|
},
|
|
"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",
|
|
"./build/matchers": "./build/matchers.js",
|
|
"./build/toThrowMatchers": "./build/toThrowMatchers.js"
|
|
},
|
|
"dependencies": {
|
|
"@jest/expect-utils": "^29.3.1",
|
|
"jest-get-type": "^29.2.0",
|
|
"jest-matcher-utils": "^29.3.1",
|
|
"jest-message-util": "^29.3.1",
|
|
"jest-util": "^29.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@fast-check/jest": "^1.3.0",
|
|
"@jest/test-utils": "^29.3.1",
|
|
"@tsd/typescript": "~4.8.2",
|
|
"chalk": "^4.0.0",
|
|
"immutable": "^4.0.0",
|
|
"tsd-lite": "^0.6.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "05deb8393c4ad71e19be2567b704dfd3a2ab5fc9"
|
|
}
|
|
|