package.json 973 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "name": "jest-util",
  3. "version": "30.0.5",
  4. "repository": {
  5. "type": "git",
  6. "url": "https://github.com/jestjs/jest.git",
  7. "directory": "packages/jest-util"
  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. "chalk": "^4.1.2",
  25. "ci-info": "^4.2.0",
  26. "graceful-fs": "^4.2.11",
  27. "picomatch": "^4.0.2"
  28. },
  29. "devDependencies": {
  30. "@types/graceful-fs": "^4.1.9",
  31. "@types/picomatch": "^4.0.0",
  32. "lodash": "^4.17.19"
  33. },
  34. "engines": {
  35. "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0"
  36. },
  37. "publishConfig": {
  38. "access": "public"
  39. },
  40. "gitHead": "22236cf58b66039f81893537c90dee290bab427f"
  41. }