{
  "name": "@vib795/agent-memory",
  "version": "0.3.1",
  "description": "Durable cross-repo knowledge graph for GitHub Copilot and Claude Code. Markdown source of truth, disposable SQLite index, zero runtime dependencies.",
  "keywords": [
    "github-copilot",
    "claude-code",
    "agent-skills",
    "memory",
    "knowledge-graph",
    "sqlite",
    "zero-dependencies"
  ],
  "homepage": "https://github.com/vib795/agent-memory#readme",
  "bugs": "https://github.com/vib795/agent-memory/issues",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vib795/agent-memory.git"
  },
  "author": "Utkarsh Singh (https://github.com/vib795)",
  "type": "module",
  "bin": {
    "agent-memory": "src/cli.js"
  },
  "engines": {
    "node": ">=22.5.0"
  },
  "scripts": {
    "test": "node --test",
    "postinstall": "node scripts/postinstall.js",
    "setup": "node src/cli.js setup"
  },
  "files": [
    "src/",
    "scripts/",
    "skills/",
    "install.sh",
    "install.ps1",
    "update.sh",
    "update.ps1",
    "uninstall.sh",
    "uninstall.ps1",
    "README.md",
    "HOWTO.md",
    "LICENSE"
  ],
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  }
}
