{
  "name": "@sand4rt/experimental-ct-angular",
  "version": "1.61.1",
  "description": "Playwright Component Testing for Angular",
  "homepage": "https://playwright.dev",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sand4rt/playwright-ct-angular.git"
  },
  "publishConfig": {
    "tag": "public"
  },
  "bugs": {
    "url": "https://github.com/sand4rt/playwright-ct-angular/issues"
  },
  "engines": {
    "node": ">=22.23.1"
  },
  "author": {
    "name": "sand4rt"
  },
  "license": "MIT",
  "keywords": [
    "testing",
    "angular components",
    "real browser",
    "playwright",
    "unit",
    "integration",
    "functional",
    "end to end",
    "e2e"
  ],
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "default": "./index.js"
    },
    "./register": {
      "types": "./register.d.ts",
      "default": "./register.mjs"
    },
    "./hooks": {
      "types": "./hooks.d.ts",
      "default": "./hooks.mjs"
    }
  },
  "scripts": {
    "release": "semantic-release"
  },
  "bin": {
    "playwright": "cli.js"
  },
  "dependencies": {
    "@playwright/experimental-ct-core": "1.61.1"
  },
  "devDependencies": {
    "@angular/compiler": "^20.3.11",
    "@angular/core": "^20.3.11",
    "@angular/platform-browser-dynamic": "^20.3.11",
    "@semantic-release/commit-analyzer": "13.0.1",
    "@semantic-release/exec": "7.1.0",
    "@semantic-release/git": "10.0.1",
    "@semantic-release/github": "12.0.6",
    "@semantic-release/release-notes-generator": "14.1.0",
    "cz-conventional-changelog": "3.3.0",
    "rxjs": "~7.8.2",
    "semantic-release": "25.0.3",
    "typescript": "~6.0.3"
  },
  "peerDependencies": {
    "@angular/compiler": "^20.3.11",
    "@angular/core": "^20.3.11",
    "@angular/platform-browser-dynamic": "^20.3.11",
    "typescript": ">=6.0.3"
  }
}
