{
  "name": "pi-image-subagent",
  "version": "1.0.0",
  "description": "Pi extension that gives non-vision models the ability to analyze images via a vision-capable subagent",
  "keywords": ["pi-package", "pi-extension", "pi-coding-agent", "image", "vision", "subagent"],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AlvaroRausell/pi-image-subagent.git"
  },
  "homepage": "https://github.com/AlvaroRausell/pi-image-subagent#readme",
  "bugs": {
    "url": "https://github.com/AlvaroRausell/pi-image-subagent/issues"
  },
  "files": [
    "analyze-image",
    "README.md",
    "LICENSE"
  ],
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "@mariozechner/pi-coding-agent": "*",
    "@sinclair/typebox": "*"
  },
  "pi": {
    "extensions": ["./analyze-image"]
  }
}