{
  "name": "pi-model-fusion",
  "version": "1.0.5",
  "description": "Pi extension for model-fusion coding tasks with automatic judging and optional merge synthesis",
  "author": "deasel011",
  "license": "MIT",
  "main": "index.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/Deasel011/pi-model-fusion-extension.git"
  },
  "type": "module",
  "keywords": [
    "pi-package",
    "pi",
    "pi-coding-agent",
    "model-fusion",
    "llm"
  ],
  "files": [
    "*.ts",
    "README.md",
    "skills/**",
    "prompts/**",
    "monitor/**"
  ],
  "pi": {
    "extensions": [
      "./index.ts"
    ],
    "skills": [
      "./skills"
    ],
    "prompts": [
      "./prompts"
    ]
  },
  "scripts": {
    "prepare": "git config core.hooksPath .githooks"
  },
  "peerDependencies": {
    "@mariozechner/pi-agent-core": "*",
    "@mariozechner/pi-ai": "*",
    "@mariozechner/pi-coding-agent": "*",
    "@mariozechner/pi-tui": "*",
    "@sinclair/typebox": "*"
  }
}
