{
  "name": "pi-bro",
  "version": "0.18.0",
  "description": "An Earendil Pi extension that explains pasted text, assistant responses, local documents, public webpages, and recent session turns (as shapes) in a context-isolated window, opens a sandboxed side conversation with /bro btw, and provides a second-opinion advisor tool for executor agents.",
  "type": "module",
  "license": "MIT",
  "author": "Tran Hoang Nguyen",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tranhoangnguyen03/pi-bro.git"
  },
  "homepage": "https://github.com/tranhoangnguyen03/pi-bro#readme",
  "bugs": {
    "url": "https://github.com/tranhoangnguyen03/pi-bro/issues"
  },
  "keywords": [
    "pi-package",
    "pi-extension",
    "pi-coding-agent",
    "document",
    "webpage",
    "article",
    "pdf",
    "docx",
    "simplify",
    "agy",
    "gemini",
    "tui",
    "diagram",
    "show",
    "btw",
    "side-conversation",
    "advisor",
    "second-opinion"
  ],
  "files": [
    "bro.ts",
    "backend.ts",
    "prompt.ts",
    "README.md",
    "CHANGELOG.md",
    "LICENSE",
    "THIRD_PARTY_NOTICES.md"
  ],
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=22.19.0"
  },
  "scripts": {
    "typecheck": "tsc --noEmit",
    "test": "npm run typecheck && node --test prompt.test.ts backend.test.ts claude.test.ts grok.test.ts settings.test.ts benchmark/*.test.ts && sh ./smoke-test.sh",
    "benchmark:dry-run": "node benchmark/run.ts dry-run",
    "benchmark:run": "node benchmark/run.ts run",
    "benchmark:report": "node benchmark/run.ts report",
    "prepublishOnly": "npm test"
  },
  "pi": {
    "extensions": [
      "./bro.ts"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": ">=0.84.2 <1",
    "@earendil-works/pi-tui": ">=0.84.2 <1"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "0.84.2",
    "@earendil-works/pi-tui": "0.84.2",
    "@types/node": "^24.0.0",
    "typescript": "6.0.2"
  },
  "dependencies": {
    "defuddle": "0.19.2",
    "linkedom": "0.18.13",
    "mammoth": "^1.12.1",
    "typebox": "1.3.7",
    "unpdf": "^1.8.1"
  }
}
