{
  "name": "@firstpick/pi-extension-bang-command-autocomplete",
  "version": "0.2.2",
  "description": "Autocomplete for !<command> in Pi, with optional shell-history indexing.",
  "license": "MIT",
  "homepage": "https://github.com/Firstp1ck/pi-coding-agent-forge/tree/main/pi-extension-bang-command-autocomplete#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Firstp1ck/pi-coding-agent-forge.git",
    "directory": "pi-extension-bang-command-autocomplete"
  },
  "keywords": [
    "pi-package",
    "pi",
    "pi-coding-agent",
    "extension"
  ],
  "pi": {
    "image": "https://unpkg.com/@firstpick/pi-extension-bang-command-autocomplete/images/Common_commands_v0.1.4.png",
    "extensions": [
      "./index.ts"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  },
  "files": [
    "index.ts",
    "images",
    "README.md",
    "LICENSE"
  ],
  "dependencies": {
    "@firstpick/pi-utils": "^0.1.0"
  }
}
