flake-update-20260505
 1{
 2  "name": "pi-shell-completions",
 3  "version": "0.2.0",
 4  "description": "Pi extension that adds native shell completions (fish/zsh/bash) to ! and !! bash mode commands",
 5  "type": "module",
 6  "keywords": ["pi-package"],
 7  "license": "MIT",
 8  "author": "laulauland",
 9  "repository": {
10    "type": "git",
11    "url": "https://github.com/laulauland/dotfiles"
12  },
13  "pi": {
14    "extensions": ["./index.ts"]
15  },
16  "peerDependencies": {
17    "@mariozechner/pi-coding-agent": "*",
18    "@mariozechner/pi-tui": "*"
19  }
20}