{
  "name": "@cypress/schematic",
  "version": "4.3.0",
  "description": "Official Cypress schematic for the Angular CLI",
  "main": "./src",
  "scripts": {
    "build": "tsc -p tsconfig.build.json",
    "build:watch": "tsc -p tsconfig.build.json --watch",
    "lint": "eslint",
    "test": "vitest run --no-file-parallelism"
  },
  "dependencies": {
    "jsonc-parser": "^3.3.1",
    "rxjs": "~7.8.2"
  },
  "devDependencies": {
    "@angular-devkit/architect": "^0.2001.6",
    "@angular-devkit/core": "^20.1.6",
    "@angular-devkit/schematics": "^20.1.6",
    "@angular-devkit/schematics-cli": "^20.1.6",
    "@angular/cli": "^20.1.6",
    "@schematics/angular": "^20.1.6",
    "@types/chai-enzyme": "0.6.14",
    "@types/mocha": "8.0.3",
    "@types/node": "^22.18.7",
    "eslint": "^9.31.0",
    "typescript": "~5.4.5",
    "vitest": "^3.2.4"
  },
  "peerDependencies": {
    "@angular/cli": ">=18.0.0",
    "@angular/core": ">=18.0.0"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/cypress-io/cypress.git"
  },
  "homepage": "https://github.com/cypress-io/cypress/tree/develop/npm/cypress-schematic#readme",
  "bugs": "https://github.com/cypress-io/cypress/issues/new?assignees=&labels=npm%3A%20%40cypress%2Fcypress-schematics&template=1-bug-report.md&title=",
  "keywords": [
    "schematics",
    "cypress",
    "e2e",
    "testing",
    "angular",
    "automation"
  ],
  "lint-staged": {
    "**/*.{js,jsx,ts,tsx,json}": "eslint --fix"
  },
  "publishConfig": {
    "access": "public"
  },
  "builders": "./src/builders/builders.json",
  "ng-add": {
    "save": "devDependencies"
  },
  "nx": {
    "targets": {
      "build": {
        "outputs": [
          "{projectRoot}/src/**/*.js",
          "{projectRoot}/src/**/*.d.ts",
          "{projectRoot}/src/**/*.js.map"
        ]
      }
    }
  },
  "schematics": "./src/schematics/collection.json"
}
