1{
2 "name": "@amolith/pi-handoff",
3 "version": "0.1.0",
4 "peerDependencies": {
5 "@earendil-works/pi-ai": ">=0.74.0",
6 "@earendil-works/pi-coding-agent": ">=0.74.0",
7 "@earendil-works/pi-tui": ">=0.74.0"
8 },
9 "description": "Context-preserving session handoffs for Pi",
10 "keywords": [
11 "pi-package"
12 ],
13 "pi": {
14 "extensions": [
15 "./src/index.ts"
16 ]
17 },
18 "scripts": {
19 "typecheck": "tsc --noEmit"
20 },
21 "type": "module",
22 "dependencies": {
23 "typebox": "^1.1.38"
24 }
25}