1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- {
- "name": "expect",
- "version": "30.1.2",
- "repository": {
- "type": "git",
- "url": "https://github.com/jestjs/jest.git",
- "directory": "packages/expect"
- },
- "license": "MIT",
- "main": "./build/index.js",
- "types": "./build/index.d.ts",
- "exports": {
- ".": {
- "types": "./build/index.d.ts",
- "require": "./build/index.js",
- "import": "./build/index.mjs",
- "default": "./build/index.js"
- },
- "./package.json": "./package.json",
- "./build/matchers": "./build/matchers.js",
- "./build/toThrowMatchers": "./build/toThrowMatchers.js"
- },
- "dependencies": {
- "@jest/expect-utils": "30.1.2",
- "@jest/get-type": "30.1.0",
- "jest-matcher-utils": "30.1.2",
- "jest-message-util": "30.1.0",
- "jest-mock": "30.0.5",
- "jest-util": "30.0.5"
- },
- "devDependencies": {
- "@fast-check/jest": "^2.1.1",
- "@jest/test-utils": "30.1.2",
- "chalk": "^4.1.2",
- "immutable": "^5.1.2"
- },
- "engines": {
- "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0"
- },
- "publishConfig": {
- "access": "public"
- },
- "gitHead": "ebfa31cc9787303e8698a1a029a162a18e8974aa"
- }
|