{
  "_args": [
    [
      "@cypress/schematic@1.6.0",
      "/home/devserver8/dev/ckd.devserver8.com/career-portal"
    ]
  ],
  "_development": true,
  "_from": "@cypress/schematic@1.6.0",
  "_id": "@cypress/schematic@1.6.0",
  "_inBundle": false,
  "_integrity": "sha512-ENHceK21AANBCthaiQ4gJGEvHsqJ9wS3b9PjnlD4MKOMzqwU/WMrJAs/Xnxa6PGh3btB2w0xNN+0beeaf0KiCA==",
  "_location": "/@cypress/schematic",
  "_phantomChildren": {
    "ajv-formats": "2.1.0",
    "bl": "4.1.0",
    "chalk": "4.1.2",
    "cli-cursor": "3.1.0",
    "cli-spinners": "2.6.1",
    "fast-deep-equal": "3.1.3",
    "fast-json-stable-stringify": "2.1.0",
    "is-interactive": "1.0.0",
    "is-unicode-supported": "0.1.0",
    "log-symbols": "4.1.0",
    "magic-string": "0.25.7",
    "require-from-string": "2.0.2",
    "rxjs": "6.6.7",
    "source-map": "0.7.3",
    "strip-ansi": "6.0.1",
    "uri-js": "4.4.1",
    "wcwidth": "1.0.1"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@cypress/schematic@1.6.0",
    "name": "@cypress/schematic",
    "escapedName": "@cypress%2fschematic",
    "scope": "@cypress",
    "rawSpec": "1.6.0",
    "saveSpec": null,
    "fetchSpec": "1.6.0"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/@cypress/schematic/-/schematic-1.6.0.tgz",
  "_spec": "1.6.0",
  "_where": "/home/devserver8/dev/ckd.devserver8.com/career-portal",
  "author": {
    "name": "Cypress DX Team"
  },
  "bugs": {
    "url": "https://github.com/cypress-io/cypress/issues/new?assignees=&labels=npm%3A%20%40cypress%2Fcypress-schematics&template=1-bug-report.md&title="
  },
  "builders": "./src/builders/builders.json",
  "dependencies": {
    "@angular-devkit/architect": "^0.1202.10",
    "@angular-devkit/core": "^12.2.10",
    "@angular-devkit/schematics": "^12.2.10",
    "@schematics/angular": "^12.2.10",
    "jsonc-parser": "^3.0.0",
    "rxjs": "~6.6.0"
  },
  "description": "Official Cypress schematic for the Angular CLI",
  "devDependencies": {
    "@angular-devkit/schematics-cli": "^12.2.10",
    "@types/chai-enzyme": "0.6.7",
    "@types/mocha": "8.0.3",
    "@types/node": "^12.11.1",
    "chai": "4.2.0",
    "cypress": "0.0.0-development",
    "mocha": "3.5.3",
    "typescript": "~4.2.4"
  },
  "homepage": "https://github.com/cypress-io/cypress/tree/master/npm/cypress-schematic#readme",
  "keywords": [
    "schematics",
    "cypress",
    "e2e",
    "testing"
  ],
  "license": "MIT",
  "main": "./src",
  "name": "@cypress/schematic",
  "ng-add": {
    "save": "devDependencies"
  },
  "private": false,
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cypress-io/cypress.git"
  },
  "schematics": "./src/schematics/collection.json",
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "build:all": "tsc -p tsconfig.json && tsc -p tsconfig.spec.json",
    "build:test": "tsc -p tsconfig.spec.json",
    "build:watch": "tsc -p tsconfig.json --watch",
    "clean": "git checkout HEAD -- sandbox && git clean -f -d sandbox",
    "launch": "yarn link:sandbox && cd sandbox && ng add @cypress/schematic && cd ..",
    "launch:test": "yarn link:sandbox && cd sandbox && ng add @cypress/schematic --e2eUpdate=true && cd ..",
    "link:sandbox": "yarn link && cd sandbox && yarn link @cypress/schematic",
    "test": "mocha -r @packages/ts/register --reporter mocha-multi-reporters --reporter-options configFile=../../mocha-reporter-config.json src/**/*.spec.ts",
    "test:e2e:sandbox": "cd sandbox && ng run sandbox:cypress-run",
    "unlink:sandbox": "cd sandbox && yarn unlink @cypress/schematic && cd .. && yarn unlink"
  },
  "version": "1.6.0"
}
