package.json 772 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "jest-mock",
  3. "version": "30.0.5",
  4. "repository": {
  5. "type": "git",
  6. "url": "https://github.com/jestjs/jest.git",
  7. "directory": "packages/jest-mock"
  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. },
  21. "dependencies": {
  22. "@jest/types": "30.0.5",
  23. "@types/node": "*",
  24. "jest-util": "30.0.5"
  25. },
  26. "engines": {
  27. "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0"
  28. },
  29. "publishConfig": {
  30. "access": "public"
  31. },
  32. "gitHead": "22236cf58b66039f81893537c90dee290bab427f"
  33. }