{
  "name": "pi-esc-steer",
  "version": "0.1.1",
  "private": false,
  "description": "Claude Code-like Esc while the agent runs: abort and immediately continue with the next queued steer/follow-up instead of only pausing or dumping the queue into the editor.",
  "author": "Tim van der Hoorn",
  "homepage": "https://github.com/timvdhoorn/pi-esc-steer#readme",
  "bugs": {
    "url": "https://github.com/timvdhoorn/pi-esc-steer/issues"
  },
  "type": "module",
  "license": "MIT",
  "keywords": [
    "pi-package",
    "pi-extension",
    "steer",
    "escape",
    "abort",
    "queue"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/timvdhoorn/pi-esc-steer.git"
  },
  "files": [
    "index.ts",
    "README.md",
    "LICENSE"
  ],
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*"
  },
  "scripts": {
    "check": "tsc --noEmit",
    "prepublishOnly": "npm run check"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "^0.80.9",
    "@earendil-works/pi-tui": "^0.80.9",
    "@types/node": "^24.12.4",
    "typescript": "^5.9.3"
  }
}
