forked from M3-Academy/challenge-algorithms-v2.0
44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"name": "expect",
|
|
"version": "29.2.2",
|
|
"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.2.2",
|
|
"jest-get-type": "^29.2.0",
|
|
"jest-matcher-utils": "^29.2.2",
|
|
"jest-message-util": "^29.2.1",
|
|
"jest-util": "^29.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"@jest/test-utils": "^29.2.1",
|
|
"@tsd/typescript": "~4.8.2",
|
|
"chalk": "^4.0.0",
|
|
"fast-check": "^3.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": "0a8edbe0ac434394a16cc173a03ff54a9cc50e41"
|
|
}
|