{
  "name": "@xmem.space/openclaw-plugin",
  "version": "8.1.0",
  "description": "OpenClaw collector plugin for xmem — graph-based long-term memory for AI agents. Deep workspace capture (all relevant file types, 4 levels deep, periodic re-scan every 2h). Multi-agent aware with per-agent Space/Key routing. Triple-ingest (artifacts + attachments + graph). Auto-capture hooks, onboarding, and dream mode.",
  "keywords": [
    "openclaw",
    "openclaw-plugin",
    "plugin",
    "memory",
    "knowledge-graph",
    "graphrag",
    "ai-agents",
    "long-term-memory",
    "agent-memory"
  ],
  "author": "psifactory LLC <hello@psifactory.io>",
  "license": "MIT",
  "homepage": "https://xmem.space",
  "repository": {
    "type": "git",
    "url": "https://github.com/xmem-space/plugin-openclaw.git"
  },
  "bugs": {
    "url": "https://github.com/xmem-space/plugin-openclaw/issues"
  },
  "openclaw": {
    "extensions": [
      "./dist/index.js"
    ]
  },
  "dependencies": {
    "ignore": "^5.3.2"
  },
  "devDependencies": {
    "@types/node": "^22.0.0",
    "typescript": "^5.6.0"
  },
  "scripts": {
    "build": "tsc",
    "prepublishOnly": "npm run build",
    "postinstall": "bash scripts/post-install.sh 2>/dev/null || true"
  },
  "files": [
    "dist/",
    "index.ts",
    "openclaw.plugin.json",
    "README.md",
    "scripts/post-install.sh",
    "scripts/xmemignore.template"
  ],
  "engines": {
    "node": ">=18"
  }
}
