{
  "name": "pi-vision",
  "version": "0.9.8",
  "description": "Give text-only pi models vision \u2014 describe images with a vision model you pick via an interactive picker, then hand off the text description to non-vision models. Includes direct clipboard paste (image-paste integration).",
  "type": "module",
  "author": "Tom X Nguyen",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/blueye-y/pi.git"
  },
  "homepage": "https://github.com/blueye-y/pi#readme",
  "bugs": {
    "url": "https://github.com/blueye-y/pi/issues"
  },
  "keywords": [
    "pi-package",
    "pi",
    "pi-coding-agent",
    "extension",
    "vision",
    "image",
    "handoff",
    "multimodal",
    "model-selector",
    "accessibility",
    "clipboard",
    "paste"
  ],
  "files": [
    "*.ts",
    "src/",
    "README.md"
  ],
  "scripts": {
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "typecheck": "tsc --noEmit",
    "lint:dead": "knip --no-gitignore"
  },
  "devDependencies": {
    "@earendil-works/pi-ai": "0.84.2",
    "@earendil-works/pi-coding-agent": "0.84.2",
    "@earendil-works/pi-tui": "0.84.2",
    "@types/node": "25.9.1",
    "@vitest/coverage-v8": "4.1.7",
    "knip": "6.14.1",
    "typescript": "6.0.3",
    "vitest": "4.1.7"
  },
  "pi": {
    "extensions": [
      "./vision.ts"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*"
  },
  "packageManager": "pnpm@11.20.0"
}