{
  "name": "pi-chat-layout",
  "version": "0.2.3",
  "packageManager": "pnpm@11.8.0",
  "description": "Messenger-style conversation layout for the Pi coding agent TUI",
  "type": "module",
  "license": "MIT",
  "author": "Artem Kozaev",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/artplan1/pi-chat-layout.git"
  },
  "keywords": [
    "pi-package",
    "pi-extension",
    "pi-coding-agent",
    "chat",
    "tui",
    "timestamps"
  ],
  "files": [
    "extensions",
    "src",
    "README.md",
    "docs/images",
    "LICENSE"
  ],
  "pi": {
    "extensions": [
      "./extensions/chat-layout.ts"
    ],
    "image": "https://raw.githubusercontent.com/artplan1/pi-chat-layout/main/docs/images/chat-layout-dark.png"
  },
  "scripts": {
    "test": "vitest run",
    "typecheck": "tsc --noEmit",
    "check": "pnpm run typecheck && pnpm test",
    "pack:dry": "pnpm pack --dry-run"
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-ai": "0.80.6",
    "@earendil-works/pi-coding-agent": "0.80.6",
    "@earendil-works/pi-tui": "0.80.6",
    "@types/node": "^24.0.0",
    "typescript": "^5.9.3",
    "vitest": "^4.0.0"
  },
  "engines": {
    "node": ">=22.19.0"
  }
}
