{
  "name": "simple-pi-memory",
  "version": "0.1.1",
  "description": "A minimal one-file memory extension for pi: one memory file loaded into the system prompt every turn, with add/remove/load tools and a /memory-char-cap command.",
  "type": "module",
  "private": false,
  "license": "MIT",
  "author": { "name": "ashx-j" },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ashx-j/simple-pi-memory.git"
  },
  "bugs": {
    "url": "https://github.com/ashx-j/simple-pi-memory/issues"
  },
  "homepage": "https://github.com/ashx-j/simple-pi-memory#readme",
  "keywords": ["pi", "pi-package", "pi-extension", "memory"],
  "main": "index.ts",
  "files": ["index.ts", "README.md", "LICENSE"],
  "pi": {
    "extensions": ["./index.ts"]
  },
  "scripts": {
    "typecheck": "tsc --noEmit index.ts"
  },
  "dependencies": {
    "@sinclair/typebox": "^0.34.0"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  },
  "devDependencies": {
    "@types/node": "^26.0.1",
    "typescript": "^5.9.3"
  }
}