{
  "name": "pi-ai-bridge",
  "version": "0.2.0",
  "description": "Pi extension to delegate tasks to external AI CLIs (claude, codex, gemini) as background agents",
  "type": "module",
  "license": "MIT",
  "author": "barbadz",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Barba-Tech-CO/pi-ai-bridge.git"
  },
  "homepage": "https://github.com/Barba-Tech-CO/pi-ai-bridge#readme",
  "bugs": {
    "url": "https://github.com/Barba-Tech-CO/pi-ai-bridge/issues"
  },
  "keywords": [
    "pi-package",
    "pi-extension",
    "pi",
    "pi-coding-agent",
    "claude",
    "codex",
    "gemini",
    "cli",
    "delegation"
  ],
  "files": [
    "src",
    "README.md",
    "LICENSE",
    "CHANGELOG.md"
  ],
  "scripts": {
    "check": "tsc --noEmit",
    "test": "tsx --test tests/*.test.ts"
  },
  "pi": {
    "extensions": [
      "./src/index.ts"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*"
  },
  "dependencies": {
    "@sinclair/typebox": "^0.34.0"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "latest",
    "@earendil-works/pi-tui": "^0.79.0",
    "@types/node": "^24.0.0",
    "tsx": "^4.20.0",
    "typescript": "^5.9.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
