{
  "name": "mnemos-openclaw",
  "version": "0.2.0",
  "type": "module",
  "description": "3-layer memory system for AI agents — working memory, long-term knowledge, and cross-domain dreams",
  "repository": {
    "type": "git",
    "url": "https://github.com/adiman9/mnemos"
  },
  "homepage": "https://github.com/adiman9/mnemos/tree/main/adapters/openclaw",
  "keywords": [
    "mnemos",
    "openclaw",
    "hooks",
    "memory",
    "ai-agent"
  ],
  "license": "MIT",
  "openclaw": {
    "plugin": "./openclaw.plugin.json",
    "extensions": [
      "./index.js"
    ]
  },
  "scripts": {
    "prepublishOnly": "./scripts/build-skills.sh"
  },
  "files": [
    "index.js",
    "openclaw.plugin.json",
    "hooks/",
    "scripts/",
    "skills/",
    "README.md"
  ]
}
