package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "name": "jest-circus",
  3. "version": "27.4.6",
  4. "repository": {
  5. "type": "git",
  6. "url": "https://github.com/facebook/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": "^27.4.6",
  22. "@jest/test-result": "^27.4.6",
  23. "@jest/types": "^27.4.2",
  24. "@types/node": "*",
  25. "chalk": "^4.0.0",
  26. "co": "^4.6.0",
  27. "dedent": "^0.7.0",
  28. "expect": "^27.4.6",
  29. "is-generator-fn": "^2.0.0",
  30. "jest-each": "^27.4.6",
  31. "jest-matcher-utils": "^27.4.6",
  32. "jest-message-util": "^27.4.6",
  33. "jest-runtime": "^27.4.6",
  34. "jest-snapshot": "^27.4.6",
  35. "jest-util": "^27.4.2",
  36. "pretty-format": "^27.4.6",
  37. "slash": "^3.0.0",
  38. "stack-utils": "^2.0.3",
  39. "throat": "^6.0.1"
  40. },
  41. "devDependencies": {
  42. "@babel/core": "^7.1.0",
  43. "@babel/register": "^7.0.0",
  44. "@types/co": "^4.6.0",
  45. "@types/dedent": "^0.7.0",
  46. "@types/graceful-fs": "^4.1.3",
  47. "@types/stack-utils": "^2.0.0",
  48. "execa": "^5.0.0",
  49. "graceful-fs": "^4.2.4",
  50. "jest-snapshot-serializer-raw": "^1.1.0"
  51. },
  52. "engines": {
  53. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  54. },
  55. "publishConfig": {
  56. "access": "public"
  57. },
  58. "gitHead": "644d2d3e53536b0d67e395c0f35f8555a67beb1e"
  59. }