{
  "name": "btw-pi",
  "version": "0.4.0",
  "description": "Ask a context-free side question while Pi keeps working.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/EgorYolkin/btw-pi.git"
  },
  "homepage": "https://github.com/EgorYolkin/btw-pi#readme",
  "bugs": {
    "url": "https://github.com/EgorYolkin/btw-pi/issues"
  },
  "type": "module",
  "keywords": [
    "pi-package",
    "pi-extension",
    "llm",
    "tui"
  ],
  "license": "MIT",
  "files": [
    "extensions",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "pi": {
    "extensions": [
      "./extensions/btw.ts"
    ]
  },
  "scripts": {
    "check": "tsc --noEmit",
    "test": "npm run check",
    "pack:dry": "npm pack --dry-run"
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-ai": "^0.80.10",
    "@earendil-works/pi-coding-agent": "^0.80.10",
    "@earendil-works/pi-tui": "^0.80.10",
    "typescript": "^5.9.2"
  },
  "engines": {
    "node": ">=20"
  }
}
