{
  "name": "@jeonghyeon.net/pi-supervisor",
  "version": "0.4.10",
  "description": "A pi extension that supervises the chat and steers it towards a defined outcome",
  "author": "tintinweb",
  "license": "MIT",
  "scripts": {
    "typecheck": "tsc --noEmit",
    "test": "npm run typecheck && node --test test/*.test.mjs"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jeonghyeon-net/pi-supervisor.git"
  },
  "homepage": "https://github.com/jeonghyeon-net/pi-supervisor#readme",
  "bugs": {
    "url": "https://github.com/jeonghyeon-net/pi-supervisor/issues"
  },
  "keywords": [
    "pi-package",
    "pi",
    "pi-extension",
    "supervisor",
    "steering",
    "outcome",
    "agent",
    "productivity"
  ],
  "dependencies": {
    "@mariozechner/pi-coding-agent": "latest",
    "@mariozechner/pi-tui": "latest",
    "@mariozechner/pi-ai": "latest",
    "@sinclair/typebox": "latest"
  },
  "devDependencies": {
    "@mariozechner/jiti": "^2.6.5",
    "@types/node": "^20.0.0",
    "typescript": "^5.0.0"
  },
  "pi": {
    "extensions": [
      "./src/index.ts"
    ],
    "video": "https://github.com/jeonghyeon-net/pi-supervisor/raw/master/media/demo.mp4",
    "image": "https://github.com/jeonghyeon-net/pi-supervisor/raw/master/media/screenshot.png"
  }
}
