package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "name": "@jest/reporters",
  3. "description": "Jest's reporters",
  4. "version": "27.5.1",
  5. "main": "./build/index.js",
  6. "types": "./build/index.d.ts",
  7. "exports": {
  8. ".": {
  9. "types": "./build/index.d.ts",
  10. "default": "./build/index.js"
  11. },
  12. "./package.json": "./package.json"
  13. },
  14. "dependencies": {
  15. "@bcoe/v8-coverage": "^0.2.3",
  16. "@jest/console": "^27.5.1",
  17. "@jest/test-result": "^27.5.1",
  18. "@jest/transform": "^27.5.1",
  19. "@jest/types": "^27.5.1",
  20. "@types/node": "*",
  21. "chalk": "^4.0.0",
  22. "collect-v8-coverage": "^1.0.0",
  23. "exit": "^0.1.2",
  24. "glob": "^7.1.2",
  25. "graceful-fs": "^4.2.9",
  26. "istanbul-lib-coverage": "^3.0.0",
  27. "istanbul-lib-instrument": "^5.1.0",
  28. "istanbul-lib-report": "^3.0.0",
  29. "istanbul-lib-source-maps": "^4.0.0",
  30. "istanbul-reports": "^3.1.3",
  31. "jest-haste-map": "^27.5.1",
  32. "jest-resolve": "^27.5.1",
  33. "jest-util": "^27.5.1",
  34. "jest-worker": "^27.5.1",
  35. "slash": "^3.0.0",
  36. "source-map": "^0.6.0",
  37. "string-length": "^4.0.1",
  38. "terminal-link": "^2.0.0",
  39. "v8-to-istanbul": "^8.1.0"
  40. },
  41. "devDependencies": {
  42. "@jest/test-utils": "^27.5.1",
  43. "@types/exit": "^0.1.30",
  44. "@types/glob": "^7.1.1",
  45. "@types/graceful-fs": "^4.1.3",
  46. "@types/istanbul-lib-coverage": "^2.0.0",
  47. "@types/istanbul-lib-instrument": "^1.7.2",
  48. "@types/istanbul-lib-report": "^3.0.0",
  49. "@types/istanbul-lib-source-maps": "^4.0.0",
  50. "@types/istanbul-reports": "^3.0.0",
  51. "@types/node-notifier": "^8.0.0",
  52. "mock-fs": "^4.4.1",
  53. "strip-ansi": "^6.0.0"
  54. },
  55. "peerDependencies": {
  56. "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
  57. },
  58. "peerDependenciesMeta": {
  59. "node-notifier": {
  60. "optional": true
  61. }
  62. },
  63. "engines": {
  64. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  65. },
  66. "repository": {
  67. "type": "git",
  68. "url": "https://github.com/facebook/jest",
  69. "directory": "packages/jest-reporters"
  70. },
  71. "bugs": {
  72. "url": "https://github.com/facebook/jest/issues"
  73. },
  74. "homepage": "https://jestjs.io/",
  75. "license": "MIT",
  76. "publishConfig": {
  77. "access": "public"
  78. },
  79. "gitHead": "67c1aa20c5fec31366d733e901fee2b981cb1850"
  80. }