{
  "name": "hipocampus",
  "version": "0.5.2",
  "description": "Drop-in memory harness for AI agents — 3-tier memory, compaction tree, hybrid search via qmd",
  "type": "module",
  "bin": {
    "hipocampus": "./cli/init.mjs"
  },
  "keywords": [
    "ai-agent",
    "ai-memory",
    "agent-memory",
    "memory",
    "long-term-memory",
    "persistent-memory",
    "context-management",
    "context-window",
    "compaction-tree",
    "rag",
    "vector-search",
    "bm25",
    "qmd",
    "llm",
    "claude",
    "claude-code",
    "anthropic",
    "opencode",
    "opencode-ai",
    "openclaw",
    "mcp",
    "ai-tools",
    "session-memory",
    "knowledge-management"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/kevin-hs-sohn/hipocampus"
  },
  "files": [
    ".claude-plugin/",
    "cli/",
    "hooks/",
    "spec/",
    "templates/",
    "skills/",
    "platforms/",
    "LICENSE",
    "README.md"
  ],
  "engines": {
    "node": ">=18"
  }
}
