package.json 906 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "name": "jest-matcher-utils",
  3. "description": "A set of utility functions for expect and related packages",
  4. "version": "29.7.0",
  5. "repository": {
  6. "type": "git",
  7. "url": "https://github.com/jestjs/jest.git",
  8. "directory": "packages/jest-matcher-utils"
  9. },
  10. "engines": {
  11. "node": "^14.15.0 || ^16.10.0 || >=18.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. "default": "./build/index.js"
  20. },
  21. "./package.json": "./package.json"
  22. },
  23. "dependencies": {
  24. "chalk": "^4.0.0",
  25. "jest-diff": "^29.7.0",
  26. "jest-get-type": "^29.6.3",
  27. "pretty-format": "^29.7.0"
  28. },
  29. "devDependencies": {
  30. "@jest/test-utils": "^29.7.0",
  31. "@types/node": "*"
  32. },
  33. "publishConfig": {
  34. "access": "public"
  35. },
  36. "gitHead": "4e56991693da7cd4c3730dc3579a1dd1403ee630"
  37. }