{
  "name": "pi-puppeteer",
  "version": "0.2.0",
  "description": "Pi extension package for browser-agnostic automation with Puppeteer-core, Chromium-first and Firefox-ready architecture.",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jcmecham/pi-puppeteer.git"
  },
  "bugs": {
    "url": "https://github.com/jcmecham/pi-puppeteer/issues"
  },
  "homepage": "https://github.com/jcmecham/pi-puppeteer#readme",
  "type": "module",
  "packageManager": "npm@11.13.0",
  "keywords": [
    "pi-package",
    "pi-extension",
    "puppeteer",
    "browser-automation",
    "cdp",
    "webdriver-bidi"
  ],
  "files": [
    "src",
    "docs",
    "scripts/configure.ts",
    "README.md",
    "CHANGELOG.md",
    "tsconfig.json"
  ],
  "publishConfig": {
    "access": "public"
  },
  "pi": {
    "extensions": [
      "./src/index.ts"
    ]
  },
  "scripts": {
    "clean": "node -e \"const fs=require('node:fs'); for (const p of ['coverage','dist','build','tsconfig.tsbuildinfo']) fs.rmSync(p,{recursive:true,force:true});\"",
    "build": "npm run check",
    "check": "tsc --noEmit",
    "validate": "npm run clean && npm run check",
    "publish:check": "npm run validate && npm pack --dry-run",
    "configure": "tsx scripts/configure.ts",
    "prepublishOnly": "npm run validate"
  },
  "engines": {
    "node": ">=22"
  },
  "dependencies": {
    "ffmpeg-static": "^5.3.0",
    "puppeteer-core": "^24.40.0"
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "typebox": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-ai": "^0.79.9",
    "@earendil-works/pi-coding-agent": "^0.79.9",
    "@types/node": "^24.0.0",
    "tsx": "^4.22.4",
    "typebox": "1.1.38",
    "typescript": "^5.8.3"
  }
}
