{
  "name": "@asaki14/pi-memory",
  "version": "0.3.0",
  "description": "Asaki personal memory for the Pi coding agent (Cloudflare-backed). Standalone Pi extension package.",
  "keywords": [
    "pi-package",
    "pi-extension",
    "ai-memory"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Asaki14/asaki-memory-manager.git"
  },
  "pi": {
    "extensions": [
      "./asaki-memory.ts"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "typebox": "*"
  },
  "files": [
    "asaki-memory.ts",
    "README.md"
  ]
}
