{
  "name": "@nx/cypress",
  "version": "22.7.5",
  "private": false,
  "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",
    "Front-end",
    "Testing"
  ],
  "main": "./index.js",
  "type": "commonjs",
  "types": "./index.d.ts",
  "author": "Victor Savkin",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/nrwl/nx/issues"
  },
  "homepage": "https://nx.dev",
  "generators": "./generators.json",
  "executors": "./executors.json",
  "ng-update": {
    "requirements": {},
    "migrations": "./migrations.json"
  },
  "dependencies": {
    "@nx/devkit": "22.7.5",
    "@nx/eslint": "22.7.5",
    "@nx/js": "22.7.5",
    "@phenomnomnominal/tsquery": "~6.2.0",
    "detect-port": "^2.1.0",
    "semver": "^7.6.3",
    "tree-kill": "1.2.2",
    "tslib": "^2.3.0"
  },
  "devDependencies": {
    "nx": "22.7.5"
  },
  "peerDependencies": {
    "cypress": ">= 13 < 16"
  },
  "peerDependenciesMeta": {
    "cypress": {
      "optional": true
    }
  },
  "publishConfig": {
    "access": "public"
  }
}