{
  "name": "@nxkit/playwright",
  "description": "Nx Plugin containing executors and generators allowing your workspace to use the powerful Playwright end-to-end testing capabilities.",
  "version": "6.0.0",
  "private": false,
  "main": "./index.js",
  "generators": "./generators.json",
  "executors": "./executors.json",
  "keywords": [
    "Nx",
    "Nx Plugin",
    "Playwright",
    "E2E",
    "Testing",
    "Monorepo",
    "CLI"
  ],
  "repository": {
    "type": "github",
    "url": "https://github.com/nxkit/nxkit",
    "directory": "packages/playwright"
  },
  "author": "Sebastian Duque",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/nxkit/nxkit/issues"
  },
  "homepage": "https://github.com/nxkit/nxkit",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@nx/devkit": "20.0.10",
    "tslib": "^2.8.1"
  },
  "peerDependencies": {
    "@playwright/test": "^1.25.2"
  },
  "nx-migrations": {
    "migrations": "./migrations.json"
  },
  "type": "commonjs",
  "types": "./src/index.d.ts"
}
