package.json 782 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "@jest/test-result",
  3. "version": "27.5.1",
  4. "repository": {
  5. "type": "git",
  6. "url": "https://github.com/facebook/jest.git",
  7. "directory": "packages/jest-test-result"
  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/console": "^27.5.1",
  21. "@jest/types": "^27.5.1",
  22. "@types/istanbul-lib-coverage": "^2.0.0",
  23. "collect-v8-coverage": "^1.0.0"
  24. },
  25. "engines": {
  26. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  27. },
  28. "publishConfig": {
  29. "access": "public"
  30. },
  31. "gitHead": "67c1aa20c5fec31366d733e901fee2b981cb1850"
  32. }