{
  "name": "@zichuanlan/pi-image-placeholder",
  "version": "0.1.3",
  "description": "Pi extension: [image n] placeholders + SIXEL thumbnails for paste and tool screenshots (Windows Terminal + zentui). Supports agent_browser / agent-browser / Playwright. Switches: wrap/thumbs.",
  "type": "module",
  "license": "MIT",
  "author": "Lan (ZiChuanLan)",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ZiChuanLan/pi-image-placeholder.git"
  },
  "homepage": "https://github.com/ZiChuanLan/pi-image-placeholder#readme",
  "bugs": {
    "url": "https://github.com/ZiChuanLan/pi-image-placeholder/issues"
  },
  "keywords": [
    "pi-package",
    "pi-extension",
    "pi",
    "image",
    "placeholder",
    "sixel",
    "windows-terminal",
    "zentui"
  ],
  "files": [
    "index.ts",
    "halfblock.ts",
    "sixel.ts",
    "README.md",
    "LICENSE"
  ],
  "publishConfig": {
    "access": "public"
  },
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": ">=0.80.0",
    "@earendil-works/pi-tui": ">=0.80.0"
  },
  "dependencies": {
    "jpeg-js": "^0.4.4",
    "pngjs": "^7.0.0"
  },
  "devDependencies": {
    "@types/node": "^22.15.0",
    "@types/pngjs": "^6.0.5",
    "typescript": "^5.8.3"
  }
}
