package.json 912 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "jest-util",
  3. "version": "27.5.1",
  4. "repository": {
  5. "type": "git",
  6. "url": "https://github.com/facebook/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": "^27.5.1",
  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.2",
  29. "@types/micromatch": "^4.0.1",
  30. "@types/picomatch": "^2.2.2"
  31. },
  32. "engines": {
  33. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  34. },
  35. "publishConfig": {
  36. "access": "public"
  37. },
  38. "gitHead": "67c1aa20c5fec31366d733e901fee2b981cb1850"
  39. }