{
  "name": "pi-frontend-check",
  "version": "1.1.0",
  "description": "Pi extension: review and test JS frontends headlessly — open dev-server pages in Playwright Chromium, interact with them, capture screenshots the model can see, and collect console/network errors.",
  "keywords": [
    "pi-package",
    "pi",
    "pi-coding-agent",
    "extension",
    "playwright",
    "frontend",
    "testing",
    "screenshots",
    "headless"
  ],
  "license": "MIT",
  "homepage": "https://github.com/sebaxzero/pi-frontend-check",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sebaxzero/pi-frontend-check.git"
  },
  "bugs": {
    "url": "https://github.com/sebaxzero/pi-frontend-check/issues"
  },
  "type": "module",
  "dependencies": {
    "playwright": "^1.53.0"
  },
  "pi": {
    "extensions": [
      "./extensions"
    ],
    "skills": [
      "./skills"
    ]
  }
}
