{
  "name": "@harness-memory/openclaw",
  "version": "0.2.1",
  "description": "OpenClaw native memory plugin backed by harness-memory (SQLite + FTS5, atom/tree/raw recall).",
  "license": "MIT",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc -p .",
    "prepack": "npm run build",
    "typecheck": "tsc --noEmit -p .",
    "test": "tsx --test src/*.test.ts",
    "postinstall": "node scripts/postinstall.mjs"
  },
  "openclaw": {
    "extensions": [
      "./dist/index.js"
    ],
    "runtimeExtensions": [
      "./dist/index.js"
    ],
    "install": {
      "minHostVersion": ">=2026.4.11"
    },
    "compat": {
      "pluginApi": ">=2026.4.11"
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {},
  "devDependencies": {
    "@types/node": "^20.0.0",
    "tsx": "^4.20.0",
    "typescript": "^5.6.0"
  },
  "peerDependencies": {
    "openclaw": ">=2026.4.11"
  },
  "files": [
    "dist",
    "scripts",
    "openclaw.plugin.json",
    "README.md"
  ]
}
