{
  "name": "@yqt5421/vision-router",
  "version": "1.0.2",
  "description": "Vision channel auto-maintenance and intelligent routing for pi — read images with any model",
  "type": "module",
  "keywords": [
    "pi",
    "pi-package",
    "extension",
    "vision",
    "image",
    "routing",
    "multimodal",
    "fallback"
  ],
  "license": "MIT",
  "author": "yqt5420",
  "repository": {
    "type": "git",
    "url": "https://github.com/yqt5420/pi-extensions.git"
  },
  "publishConfig": {
    "provenance": true
  },
  "engines": {
    "node": ">=18"
  },
  "files": [
    "extensions"
  ],
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "typebox": "*"
  },
  "scripts": {
    "check": "node --check extensions/vision-router.ts"
  },
  "pi": {
    "extensions": [
      "./extensions"
    ]
  }
}
