package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "name": "jest-circus",
  3. "version": "29.7.0",
  4. "repository": {
  5. "type": "git",
  6. "url": "https://github.com/jestjs/jest.git",
  7. "directory": "packages/jest-circus"
  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. "./runner": "./runner.js"
  19. },
  20. "dependencies": {
  21. "@jest/environment": "^29.7.0",
  22. "@jest/expect": "^29.7.0",
  23. "@jest/test-result": "^29.7.0",
  24. "@jest/types": "^29.6.3",
  25. "@types/node": "*",
  26. "chalk": "^4.0.0",
  27. "co": "^4.6.0",
  28. "dedent": "^1.0.0",
  29. "is-generator-fn": "^2.0.0",
  30. "jest-each": "^29.7.0",
  31. "jest-matcher-utils": "^29.7.0",
  32. "jest-message-util": "^29.7.0",
  33. "jest-runtime": "^29.7.0",
  34. "jest-snapshot": "^29.7.0",
  35. "jest-util": "^29.7.0",
  36. "p-limit": "^3.1.0",
  37. "pretty-format": "^29.7.0",
  38. "pure-rand": "^6.0.0",
  39. "slash": "^3.0.0",
  40. "stack-utils": "^2.0.3"
  41. },
  42. "devDependencies": {
  43. "@babel/core": "^7.11.6",
  44. "@babel/register": "^7.0.0",
  45. "@types/co": "^4.6.2",
  46. "@types/graceful-fs": "^4.1.3",
  47. "@types/stack-utils": "^2.0.0",
  48. "execa": "^5.0.0",
  49. "graceful-fs": "^4.2.9",
  50. "tempy": "^1.0.0"
  51. },
  52. "engines": {
  53. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  54. },
  55. "publishConfig": {
  56. "access": "public"
  57. },
  58. "gitHead": "4e56991693da7cd4c3730dc3579a1dd1403ee630"
  59. }