{
  "name": "@kkkiio/pi-advisor",
  "version": "0.3.0",
  "description": "A btw-style second opinion and watchdog for Pi, using a dedicated review model",
  "type": "module",
  "license": "Apache-2.0",
  "keywords": [
    "pi-package",
    "pi-extension",
    "pi-coding-agent",
    "agent",
    "code-review",
    "second-opinion",
    "watchdog",
    "tui"
  ],
  "files": [
    "extensions",
    "docs/assets/advisor-overview.png"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kkkiio/pi-advisor.git"
  },
  "scripts": {
    "fmt": "prettier --write --ignore-unknown .",
    "test": "vitest --run",
    "test:visual": "vitest --run tests/visual && tsx tests/visual/capture.ts",
    "test:visual:snapshot": "vitest --run tests/visual",
    "test:visual:capture": "tsx tests/visual/capture.ts",
    "docs:readme-image": "tsx tests/visual/capture.ts readme-overview --readme-asset",
    "test:e2e": "cucumber-js --config e2e/cucumber.mjs",
    "typecheck": "tsc --noEmit"
  },
  "pi": {
    "extensions": [
      "./extensions/advisor.ts"
    ],
    "image": "https://raw.githubusercontent.com/kkkiio/pi-advisor/main/docs/assets/advisor-overview.png"
  },
  "peerDependencies": {
    "@earendil-works/pi-agent-core": "^0.80.6",
    "@earendil-works/pi-ai": "^0.80.6",
    "@earendil-works/pi-coding-agent": "^0.80.6",
    "@earendil-works/pi-tui": "^0.80.6",
    "typebox": "*"
  },
  "devDependencies": {
    "@cucumber/cucumber": "^11.3.0",
    "ghostty-web": "0.4.0",
    "playwright-core": "1.60.0",
    "prettier": "^3.9.4",
    "tsx": "^4.23.0",
    "typebox": "^1.1.38",
    "typescript": "^6.0.2",
    "vitest": "^4.1.0",
    "yaml": "^2.9.0"
  }
}
