{
  "name": "@engramx/openclaw",
  "version": "0.15.0",
  "description": "EngramX memory plugin for OpenClaw — persistent, decentralized agent memory",
  "license": "Apache-2.0",
  "author": "EngramX <developer@engramx.ai>",
  "repository": {
    "type": "git",
    "url": "https://github.com/vhew/engramx",
    "directory": "integrations/openclaw"
  },
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "files": [
    "dist/",
    "openclaw.plugin.json"
  ],
  "publishConfig": {
    "access": "public"
  },
  "openclaw": {
    "extensions": [
      "./dist/index.js"
    ]
  },
  "//openclaw": "openclaw (>=2026.1.26) is the HOST platform that loads this plugin at runtime — it is intentionally NOT declared as a dependency or peer. Declaring it (even as an optional peer) makes pnpm auto-install the entire OpenClaw AI-platform tree (Pi Agent, AWS Bedrock SDK, etc. — dozens of advisories + a postinstall script) into the dev install, which EngramX never ships. When developing this plugin against the host, install openclaw yourself.",
  "dependencies": {
    "@icp-sdk/core": "^5.4.0",
    "@sinclair/typebox": "^0.34.52",
    "@engramx/client": "^0.15.0"
  },
  "devDependencies": {
    "@types/node": "^26.1.1",
    "typescript": "^6.0.3"
  },
  "scripts": {
    "build": "tsc",
    "test": "vitest run"
  }
}