{
  "name": "@yousif_nazhat/penpal-pi",
  "version": "1.0.1",
  "description": "PI cockpit for the PenPal Python core.",
  "license": "MIT",
  "keywords": ["pi-package", "penpal"],
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=22.19.0"
  },
  "files": ["index.ts", "LICENSE", "README.md"],
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "typebox": "*"
  },
  "pi": {
    "extensions": ["./index.ts"]
  }
}
