{
  "name": "@piex-dev/btw",
  "version": "0.2.0",
  "type": "module",
  "description": "BTW (by-the-way) extension for pi — ask side questions with session context; answered out-of-band so nothing pollutes the conversation",
  "license": "MIT",
  "author": "debugtalk",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/piex-dev/piex.git",
    "directory": "extensions/btw"
  },
  "keywords": [
    "pi",
    "pi-package",
    "pi-extension",
    "btw",
    "by-the-way",
    "side-question",
    "ephemeral"
  ],
  "pi": {
    "extensions": [
      "./src/btw.ts"
    ]
  },
  "exports": {
    ".": "./src/btw.ts"
  },
  "files": [
    "src",
    "README.md"
  ],
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "@earendil-works/pi-ai": "*"
  }
}
