{
  "name": "agentram",
  "version": "0.1.50",
  "description": "Async, model-agnostic Working RAM for coding agents.",
  "license": "MIT",
  "homepage": "https://github.com/trancongnghia/AGENT_RAM#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/trancongnghia/AGENT_RAM.git"
  },
  "bugs": {
    "url": "https://github.com/trancongnghia/AGENT_RAM/issues"
  },
  "keywords": [
    "agent",
    "memory",
    "codex",
    "claude",
    "mcp",
    "llm"
  ],
  "bin": {
    "agentram": "bin/agentram.js",
    "agentram-mcp": "bin/agentram-mcp.js"
  },
  "scripts": {
    "agentram": "node bin/agentram.js",
    "agentram:mcp": "node bin/agentram-mcp.js",
    "test": "python -m pytest -q",
    "pack:dry-run": "npm pack --dry-run",
    "prepublishOnly": "npm test",
    "postinstall": "node bin/agentram-postinstall.js"
  },
  "files": [
    "agentram/*.py",
    "bin/*.js",
    ".claude/agents/*.md",
    ".claude/commands/*.md",
    "agentram_mcp_server.py",
    "agentram_daemon.py",
    "codex_ram.py",
    "pyproject.toml",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=16"
  },
  "publishConfig": {
    "access": "public"
  }
}

