{
  "name": "@josephakern/pi-memory",
  "version": "0.3.0",
  "description": "Persistent file-based memory for the pi coding agent: a capped always-injected MEMORY.md index per scope (global and in-repo project) plus on-demand topic files.",
  "keywords": [
    "pi-package",
    "pi",
    "memory",
    "coding-agent"
  ],
  "license": "MIT",
  "type": "module",
  "pi": {
    "extensions": [
      "./extensions/index.ts"
    ]
  },
  "scripts": {
    "typecheck": "tsc --noEmit",
    "test": "node --experimental-strip-types --test test/*.test.ts",
    "test:provider": "PI_MEMORY_PROVIDER_TESTS=1 node --experimental-strip-types --test test/provider-agent.test.ts",
    "prepublishOnly": "npm run typecheck && npm test"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "^0.79.1",
    "@types/node": "^22.0.0",
    "typescript": "^5.6.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/josephkern/pi-memory.git"
  },
  "files": [
    "src",
    "docs",
    "README.md",
    "LICENSE",
    "extensions"
  ],
  "author": "Joseph Kern <joseph.a.kern@gmail.com>",
  "homepage": "https://github.com/josephkern/pi-memory#readme",
  "bugs": {
    "url": "https://github.com/josephkern/pi-memory/issues"
  }
}
