{
  "name": "@nrwl/jest",
  "version": "10.3.2",
  "description": "Jest plugin for Nx",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nrwl/nx.git"
  },
  "keywords": [
    "Monorepo",
    "Angular",
    "React",
    "Web",
    "Node",
    "Nest",
    "Jest",
    "Unit Testing",
    "CLI"
  ],
  "main": "index.js",
  "types": "index.d.ts",
  "author": "Victor Savkin",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/nrwl/nx/issues"
  },
  "homepage": "https://nx.dev",
  "schematics": "./collection.json",
  "builders": "./builders.json",
  "ng-update": {
    "requirements": {},
    "migrations": "./migrations.json"
  },
  "peerDependencies": {
    "@nrwl/workspace": "10.3.2"
  },
  "dependencies": {
    "@angular-devkit/architect": "~0.1001.3",
    "@angular-devkit/core": "~10.1.3",
    "@angular-devkit/schematics": "~10.1.3",
    "rxjs": "^6.5.4"
  }
}
