{
  "name": "pi-command-palette",
  "version": "0.2.2",
  "description": "Floating command palette for pi — search, filter, and run commands with Ctrl+P. Inspired by OpenCode.",
  "type": "module",
  "license": "MIT",
  "keywords": [
    "pi-package",
    "pi-extension",
    "pi",
    "pi-coding-agent",
    "palette",
    "command-palette",
    "opencode",
    "floating",
    "overlay"
  ],
  "files": [
    "index.ts",
    "package.json",
    "README.md"
  ],
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  },
  "peerDependenciesMeta": {
    "@earendil-works/pi-coding-agent": {
      "optional": true
    }
  }
}
