@ngx-playwright/test
Version: 
52 lines • 1.35 kB
JSON
{
  "name": "@ngx-playwright/test",
  "version": "0.5.13",
  "type": "module",
  "license": "MIT",
  "author": {
    "name": "Bram Gotink",
    "email": "bram@gotink.me",
    "url": "https://github.com/bgotink"
  },
  "homepage": "https://github.com/bgotink/ngx-playwright/tree/main/packages/test#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/bgotink/ngx-playwright",
    "directory": "packages/test"
  },
  "keywords": [
    "playwright",
    "angular",
    "cdk",
    "test-harness"
  ],
  "bin": {
    "playwright": "./bin.cjs"
  },
  "exports": {
    ".": "./index.js",
    "./package.json": "./package.json"
  },
  "builders": "./builders.json",
  "schematics": "./collection.json",
  "peerDependencies": {
    "@angular/cdk": "^13.3.2 || ^14.0.0-rc.0 || ^15.0.0-rc.0 || ^16.0.0-rc.0 || ^17.0.0 || ^18.0.0-rc.0 || ^19.0.0 || ^20.0.0-rc.0",
    "@ngx-playwright/harness": "^0.11.4",
    "@playwright/test": "^1.20.2"
  },
  "peerDependenciesMeta": {
    "@angular/cdk": {
      "optional": true
    }
  },
  "dependencies": {
    "@angular-devkit/schematics": "^19.0.0",
    "@ngx-playwright/harness": "^0.11.4",
    "@playwright/test": "^1.20.2",
    "@snuggery/architect": "^0.12.0",
    "@snuggery/schematics": "^0.12.0",
    "@snuggery/snuggery": "^0.14.0",
    "composed-dom": "^1.1.0"
  },
  "publishConfig": {}
}