package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "name": "jest-config",
  3. "version": "27.4.7",
  4. "repository": {
  5. "type": "git",
  6. "url": "https://github.com/facebook/jest.git",
  7. "directory": "packages/jest-config"
  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. "peerDependencies": {
  20. "ts-node": ">=9.0.0"
  21. },
  22. "peerDependenciesMeta": {
  23. "ts-node": {
  24. "optional": true
  25. }
  26. },
  27. "dependencies": {
  28. "@babel/core": "^7.8.0",
  29. "@jest/test-sequencer": "^27.4.6",
  30. "@jest/types": "^27.4.2",
  31. "babel-jest": "^27.4.6",
  32. "chalk": "^4.0.0",
  33. "ci-info": "^3.2.0",
  34. "deepmerge": "^4.2.2",
  35. "glob": "^7.1.1",
  36. "graceful-fs": "^4.2.4",
  37. "jest-circus": "^27.4.6",
  38. "jest-environment-jsdom": "^27.4.6",
  39. "jest-environment-node": "^27.4.6",
  40. "jest-get-type": "^27.4.0",
  41. "jest-jasmine2": "^27.4.6",
  42. "jest-regex-util": "^27.4.0",
  43. "jest-resolve": "^27.4.6",
  44. "jest-runner": "^27.4.6",
  45. "jest-util": "^27.4.2",
  46. "jest-validate": "^27.4.6",
  47. "micromatch": "^4.0.4",
  48. "pretty-format": "^27.4.6",
  49. "slash": "^3.0.0"
  50. },
  51. "devDependencies": {
  52. "@types/glob": "^7.1.1",
  53. "@types/graceful-fs": "^4.1.3",
  54. "@types/micromatch": "^4.0.1",
  55. "jest-snapshot-serializer-raw": "^1.1.0",
  56. "semver": "^7.3.5",
  57. "strip-ansi": "^6.0.0",
  58. "ts-node": "^9.0.0",
  59. "typescript": "^4.0.3"
  60. },
  61. "engines": {
  62. "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  63. },
  64. "publishConfig": {
  65. "access": "public"
  66. },
  67. "gitHead": "91b898ce6d1908378346b11f732768bd345f3592"
  68. }