{
  "name": "create-ai-memory",
  "version": "0.15.4",
  "description": "Persistent, agent-agnostic session memory for AI coding CLIs (Claude Code, Codex, Gemini, Cursor, opencode). One Markdown vault, any agent.",
  "bin": {
    "create-ai-memory": "bin/create-ai-memory.js",
    "ai-mem-mcp": "bin/ai-mem-mcp.js",
    "ai-mem-serve": "bin/ai-mem-serve.js"
  },
  "scripts": {
    "test": "zsh tests/run.sh",
    "prepublishOnly": "npm test"
  },
  "type": "commonjs",
  "engines": {
    "node": ">=18"
  },
  "files": [
    "bin/",
    "shell/",
    "web/",
    "hooks/",
    "vault-template/",
    "install.sh",
    "create-ai-memory.plugin.zsh",
    "LICENSE"
  ],
  "keywords": [
    "agent",
    "ai",
    "claude",
    "cli",
    "codex",
    "cursor",
    "gemini",
    "mcp",
    "memory",
    "obsidian",
    "opencode",
    "zsh"
  ],
  "homepage": "https://github.com/rambaarde/create-ai-memory#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rambaarde/create-ai-memory.git"
  },
  "bugs": {
    "url": "https://github.com/rambaarde/create-ai-memory/issues"
  },
  "license": "MIT",
  "author": "Ram Christopher Baarde"
}
