{
  "name": "@jackice/pi-handoff",
  "version": "0.1.4",
  "description": "Handoff extension for pi coding agent - transfer context to a new session (ported from omp)",
  "author": "jackice",
  "license": "MIT",
  "type": "module",
  "keywords": [
    "pi",
    "pi-coding-agent",
    "pi-package",
    "handoff",
    "session",
    "context-transfer"
  ],
  "files": [
    "index.ts",
    "lib.ts",
    "handoff-document.md",
    "README.md"
  ],
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  },
  "scripts": {
    "test": "bun test",
    "check": "bunx tsc --noEmit"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "^0.84.1",
    "@types/node": "^25.8.0",
    "bun-types": "^1.3.14"
  }
}
