package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "name": "jest-runtime",
  3. "version": "27.5.1",
  4. "repository": {
  5. "type": "git",
  6. "url": "https://github.com/facebook/jest.git",
  7. "directory": "packages/jest-runtime"
  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/environment": "^27.5.1",
  21. "@jest/fake-timers": "^27.5.1",
  22. "@jest/globals": "^27.5.1",
  23. "@jest/source-map": "^27.5.1",
  24. "@jest/test-result": "^27.5.1",
  25. "@jest/transform": "^27.5.1",
  26. "@jest/types": "^27.5.1",
  27. "chalk": "^4.0.0",
  28. "cjs-module-lexer": "^1.0.0",
  29. "collect-v8-coverage": "^1.0.0",
  30. "execa": "^5.0.0",
  31. "glob": "^7.1.3",
  32. "graceful-fs": "^4.2.9",
  33. "jest-haste-map": "^27.5.1",
  34. "jest-message-util": "^27.5.1",
  35. "jest-mock": "^27.5.1",
  36. "jest-regex-util": "^27.5.1",
  37. "jest-resolve": "^27.5.1",
  38. "jest-snapshot": "^27.5.1",
  39. "jest-util": "^27.5.1",
  40. "slash": "^3.0.0",
  41. "strip-bom": "^4.0.0"
  42. },
  43. "devDependencies": {
  44. "@jest/test-utils": "^27.5.1",
  45. "@types/glob": "^7.1.1",
  46. "@types/graceful-fs": "^4.1.2",
  47. "@types/node": "^14.0.27",
  48. "jest-environment-node": "^27.5.1"
  49. },
  50. "engines": {
  51. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  52. },
  53. "publishConfig": {
  54. "access": "public"
  55. },
  56. "gitHead": "67c1aa20c5fec31366d733e901fee2b981cb1850"
  57. }