{
  "name": "@nrwl/cypress",
  "version": "14.7.5",
  "description": "The Nx Plugin for Cypress contains executors and generators allowing your workspace to use the powerful Cypress integration testing capabilities.",
  "repository": {
    "type": "git",
    "url": "https://github.com/nrwl/nx.git",
    "directory": "packages/cypress"
  },
  "keywords": [
    "Monorepo",
    "Angular",
    "React",
    "Web",
    "Node",
    "Nest",
    "Jest",
    "Cypress",
    "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": {
    "@babel/core": "^7.0.1",
    "@babel/preset-env": "^7.0.0",
    "@cypress/webpack-preprocessor": "^5.12.0",
    "@nrwl/devkit": "14.7.5",
    "@nrwl/linter": "14.7.5",
    "@nrwl/workspace": "14.7.5",
    "@phenomnomnominal/tsquery": "4.1.1",
    "babel-loader": "^8.0.2",
    "chalk": "4.1.0",
    "dotenv": "~10.0.0",
    "enhanced-resolve": "^5.8.3",
    "fork-ts-checker-webpack-plugin": "7.2.13",
    "rxjs": "^6.5.4",
    "ts-loader": "^9.3.1",
    "tsconfig-paths": "^3.9.0",
    "tsconfig-paths-webpack-plugin": "3.5.2",
    "tslib": "^2.3.0",
    "webpack": "^4 || ^5",
    "webpack-node-externals": "^3.0.0"
  },
  "peerDependencies": {
    "cypress": ">= 3 < 11"
  },
  "peerDependenciesMeta": {
    "cypress": {
      "optional": true
    }
  },
  "gitHead": "42479565e909e97e88293d94ebb8f1932690f82f"
}
