{
  "name": "@nrwl/jest",
  "version": "13.10.6",
  "description": "The Nx Plugin for Jest contains executors and generators allowing your workspace to use the powerful Jest testing capabilities.",
  "repository": {
    "type": "git",
    "url": "https://github.com/nrwl/nx.git",
    "directory": "packages/jest"
  },
  "keywords": [
    "Monorepo",
    "Angular",
    "React",
    "Web",
    "Node",
    "Nest",
    "Jest",
    "Unit Testing",
    "CLI"
  ],
  "main": "./index.js",
  "typings": "./index.d.ts",
  "author": "Victor Savkin",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/nrwl/nx/issues"
  },
  "homepage": "https://nx.dev",
  "schematics": "./generators.json",
  "builders": "./executors.json",
  "ng-update": {
    "requirements": {},
    "migrations": "./migrations.json"
  },
  "dependencies": {
    "@nrwl/devkit": "13.10.6",
    "identity-obj-proxy": "3.0.0",
    "jest-resolve": "27.2.2",
    "resolve.exports": "1.1.0",
    "rxjs": "^6.5.4",
    "tslib": "^2.3.0",
    "@jest/reporters": "27.2.2",
    "@jest/test-result": "27.2.2",
    "chalk": "4.1.0",
    "jest-config": "27.2.2",
    "jest-util": "27.2.0"
  }

,"_resolved": "https://registry.npmjs.org/@nrwl/jest/-/jest-13.10.6.tgz"
,"_integrity": "sha512-Mw3+yWQUxMY6ljADV84LaNWWX7w0R53FBem8RGPfRMsxP6YHej3sUAJbZDZVP3XVj5lD2I/k5Y+rbW1aEW4SQg=="
,"_from": "@nrwl/jest@13.10.6"
}