{
  "name": "@fradser/pi-vision",
  "version": "0.2.11",
  "description": "Transparent image-to-text bridge for text-only Pi models using a configurable vision model",
  "author": "Frad LEE <Frad LEE>",
  "license": "MIT",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "https://github.com/FradSer/pi-packages.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  },
  "keywords": [
    "pi-package",
    "vision",
    "multimodal",
    "image-bridge"
  ],
  "files": [
    "index.ts",
    "src",
    "features",
    "README.md"
  ],
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*"
  },
  "dependencies": {
    "@fradser/pi-kit": "0.5.1"
  }
}