{
  "name": "@nrwl/cypress",
  "version": "10.3.2",
  "description": "Cypress plugin for Nx",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nrwl/nx.git"
  },
  "keywords": [
    "Monorepo",
    "Angular",
    "React",
    "Web",
    "Node",
    "Nest",
    "Jest",
    "Cypress",
    "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",
    "cypress": ">= 3 < 5"
  },
  "dependencies": {
    "@angular-devkit/architect": "~0.1001.3",
    "@angular-devkit/core": "~10.1.3",
    "@angular-devkit/schematics": "~10.1.3",
    "@cypress/webpack-preprocessor": "~4.1.2",
    "tree-kill": "1.2.2",
    "ts-loader": "5.4.5",
    "tsconfig-paths-webpack-plugin": "3.2.0",
    "webpack-node-externals": "1.7.2",
    "fork-ts-checker-webpack-plugin": "^3.1.1",
    "fs-extra": "7.0.1",
    "rxjs": "^6.5.4",
    "tslib": "^1.9.3",
    "yargs-parser": "20.0.0"
  }
}
