{
  "name": "pi-browser-debug",
  "version": "2.0.0",
  "description": "Reliable Playwright browser automation for Pi",
  "keywords": ["pi-package", "pi-extension", "pi", "browser", "automation", "cdp", "playwright"],
  "main": "extensions/index.ts",
  "scripts": {
    "typecheck": "tsc --noEmit",
    "test": "tsx --test test/*.test.ts",
    "check": "npm run typecheck && npm test"
  },
  "repository": { "type": "git", "url": "git+https://github.com/nandafirmans/pi-browser-debug.git" },
  "homepage": "https://github.com/nandafirmans/pi-browser-debug#readme",
  "bugs": { "url": "https://github.com/nandafirmans/pi-browser-debug/issues" },
  "author": "nandafirmans",
  "license": "MIT",
  "publishConfig": { "access": "public" },
  "files": ["extensions", "README.md", "package.json"],
  "dependencies": { "playwright": "^1.55.0" },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": ">=0.83.0 <1.0.0",
    "typebox": "*"
  },
  "devDependencies": { "@types/node": "^22.15.3", "tsx": "^4.19.3", "typescript": "^5.8.3" },
  "pi": { "extensions": ["./extensions/index.ts"] }
}
