{
  "name": "@arhen/pi-core-vision",
  "version": "1.0.7",
  "description": "Transparent vision fallback for text-only pi models — overrides read so image files are described by a vision model when the active model cannot see images. Supports any OpenAI-compatible endpoint.",
  "license": "MIT",
  "author": "arhen",
  "type": "module",
  "engines": {
    "node": ">=20"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/arhen/pi-extensions",
    "directory": "packages/core/pi-core-vision"
  },
  "homepage": "https://github.com/arhen/pi-core-vision#readme",
  "bugs": {
    "url": "https://github.com/arhen/pi-core-vision/issues"
  },
  "keywords": [
    "pi-package",
    "pi",
    "pi-extension",
    "vision",
    "multimodal",
    "image",
    "fallback",
    "read"
  ],
  "files": [
    "index.ts",
    "src/",
    "README.md",
    "LICENSE"
  ],
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "^0.84.2",
    "typebox": "^1.3.14"
  },
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  },
  "scripts": {
    "prepublishOnly": "bun src/self-check.ts"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  }
}
