{
  "name": "@taocli/cypress",
  "version": "0.0.6",
  "description": "Cypress plugin for Nx",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nrwl/nx.git"
  },
  "keywords": [
    "Cypress",
    "E2E Testing",
    "Workspace",
    "Monorepo",
    "Schematics",
    "Nx",
    "Angular 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": {
    "@taocli/workspace": "0.0.6"
  },
  "dependencies": {
    "@angular-devkit/architect": "0.800.1",
    "@angular-devkit/core": "8.0.1",
    "tree-kill": "1.2.1"
  }
}
