{
  "name": "@snehalyelmati/pi-tmux-sidechat",
  "version": "0.1.3",
  "description": "Pi extension for read-only tmux side-chat sessions.",
  "type": "module",
  "main": "./index.ts",
  "exports": {
    ".": "./index.ts"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/snehalyelmati/pi-tmux-sidechat.git"
  },
  "bugs": {
    "url": "https://github.com/snehalyelmati/pi-tmux-sidechat/issues"
  },
  "keywords": [
    "pi-package",
    "pi-extension",
    "tmux",
    "side-chat",
    "read-only"
  ],
  "files": [
    "index.ts",
    "README.md",
    "docs",
    "assets/screenshot.png",
    "AGENTS.md"
  ],
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  },
  "publishConfig": {
    "access": "public"
  },
  "pi": {
    "extensions": [
      "./index.ts"
    ],
    "image": "https://unpkg.com/@snehalyelmati/pi-tmux-sidechat/assets/screenshot.png"
  }
}
