package.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "name": "expect",
  3. "version": "30.1.2",
  4. "repository": {
  5. "type": "git",
  6. "url": "https://github.com/jestjs/jest.git",
  7. "directory": "packages/expect"
  8. },
  9. "license": "MIT",
  10. "main": "./build/index.js",
  11. "types": "./build/index.d.ts",
  12. "exports": {
  13. ".": {
  14. "types": "./build/index.d.ts",
  15. "require": "./build/index.js",
  16. "import": "./build/index.mjs",
  17. "default": "./build/index.js"
  18. },
  19. "./package.json": "./package.json",
  20. "./build/matchers": "./build/matchers.js",
  21. "./build/toThrowMatchers": "./build/toThrowMatchers.js"
  22. },
  23. "dependencies": {
  24. "@jest/expect-utils": "30.1.2",
  25. "@jest/get-type": "30.1.0",
  26. "jest-matcher-utils": "30.1.2",
  27. "jest-message-util": "30.1.0",
  28. "jest-mock": "30.0.5",
  29. "jest-util": "30.0.5"
  30. },
  31. "devDependencies": {
  32. "@fast-check/jest": "^2.1.1",
  33. "@jest/test-utils": "30.1.2",
  34. "chalk": "^4.1.2",
  35. "immutable": "^5.1.2"
  36. },
  37. "engines": {
  38. "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0"
  39. },
  40. "publishConfig": {
  41. "access": "public"
  42. },
  43. "gitHead": "ebfa31cc9787303e8698a1a029a162a18e8974aa"
  44. }