package.json 987 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "jest-matcher-utils",
  3. "description": "A set of utility functions for expect and related packages",
  4. "version": "30.1.2",
  5. "repository": {
  6. "type": "git",
  7. "url": "https://github.com/jestjs/jest.git",
  8. "directory": "packages/jest-matcher-utils"
  9. },
  10. "engines": {
  11. "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0"
  12. },
  13. "license": "MIT",
  14. "main": "./build/index.js",
  15. "types": "./build/index.d.ts",
  16. "exports": {
  17. ".": {
  18. "types": "./build/index.d.ts",
  19. "require": "./build/index.js",
  20. "import": "./build/index.mjs",
  21. "default": "./build/index.js"
  22. },
  23. "./package.json": "./package.json"
  24. },
  25. "dependencies": {
  26. "@jest/get-type": "30.1.0",
  27. "chalk": "^4.1.2",
  28. "jest-diff": "30.1.2",
  29. "pretty-format": "30.0.5"
  30. },
  31. "devDependencies": {
  32. "@jest/test-utils": "30.1.2",
  33. "@types/node": "*"
  34. },
  35. "publishConfig": {
  36. "access": "public"
  37. },
  38. "gitHead": "ebfa31cc9787303e8698a1a029a162a18e8974aa"
  39. }