{
  "name": "jest-runtime",
  "version": "27.0.6",
  "repository": {
    "type": "git",
    "url": "https://github.com/facebook/jest.git",
    "directory": "packages/jest-runtime"
  },
  "license": "MIT",
  "main": "./build/index.js",
  "types": "./build/index.d.ts",
  "exports": {
    ".": "./build/index.js",
    "./package.json": "./package.json"
  },
  "dependencies": {
    "@jest/console": "^27.0.6",
    "@jest/environment": "^27.0.6",
    "@jest/fake-timers": "^27.0.6",
    "@jest/globals": "^27.0.6",
    "@jest/source-map": "^27.0.6",
    "@jest/test-result": "^27.0.6",
    "@jest/transform": "^27.0.6",
    "@jest/types": "^27.0.6",
    "@types/yargs": "^16.0.0",
    "chalk": "^4.0.0",
    "cjs-module-lexer": "^1.0.0",
    "collect-v8-coverage": "^1.0.0",
    "exit": "^0.1.2",
    "glob": "^7.1.3",
    "graceful-fs": "^4.2.4",
    "jest-haste-map": "^27.0.6",
    "jest-message-util": "^27.0.6",
    "jest-mock": "^27.0.6",
    "jest-regex-util": "^27.0.6",
    "jest-resolve": "^27.0.6",
    "jest-snapshot": "^27.0.6",
    "jest-util": "^27.0.6",
    "jest-validate": "^27.0.6",
    "slash": "^3.0.0",
    "strip-bom": "^4.0.0",
    "yargs": "^16.0.3"
  },
  "devDependencies": {
    "@jest/test-utils": "^27.0.6",
    "@types/exit": "^0.1.30",
    "@types/glob": "^7.1.1",
    "@types/graceful-fs": "^4.1.2",
    "@types/node": "^14.0.27",
    "execa": "^5.0.0",
    "jest-environment-node": "^27.0.6",
    "jest-snapshot-serializer-raw": "^1.1.0"
  },
  "engines": {
    "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "d257d1c44ba62079bd4307ae78ba226d47c56ac9"
}
