{
  "name": "pi-which-key",
  "version": "0.1.0",
  "description": "Searchable keybinding cheatsheet panel for pi (Ctrl+/ or /which-key)",
  "type": "module",
  "keywords": ["pi-package"],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/nicehiro/dotfiles",
    "directory": ".pi/agent/extensions/which-key"
  },
  "peerDependencies": {
    "@mariozechner/pi-coding-agent": "*",
    "@mariozechner/pi-tui": "*"
  },
  "pi": {
    "extensions": ["./index.ts"]
  }
}
