package.json 863 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "jest-util",
  3. "version": "29.7.0",
  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. "default": "./build/index.js"
  16. },
  17. "./package.json": "./package.json"
  18. },
  19. "dependencies": {
  20. "@jest/types": "^29.6.3",
  21. "@types/node": "*",
  22. "chalk": "^4.0.0",
  23. "ci-info": "^3.2.0",
  24. "graceful-fs": "^4.2.9",
  25. "picomatch": "^2.2.3"
  26. },
  27. "devDependencies": {
  28. "@types/graceful-fs": "^4.1.3",
  29. "@types/picomatch": "^2.2.2"
  30. },
  31. "engines": {
  32. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  33. },
  34. "publishConfig": {
  35. "access": "public"
  36. },
  37. "gitHead": "4e56991693da7cd4c3730dc3579a1dd1403ee630"
  38. }