{
  "name": "@tablestore/openclaw-tablestore-memory",
  "version": "0.2.0",
  "description": "OpenClaw memory plugin backed by Alibaba Cloud TableStore memory APIs",
  "type": "module",
  "main": "./index.js",
  "license": "MIT",
  "author": "tablestore",
  "files": [
    "CHANGELOG.md",
    "index.js",
    "openclaw.plugin.json",
    "README.md"
  ],
  "keywords": [
    "openclaw",
    "plugin",
    "memory",
    "tablestore",
    "alibabacloud",
    "ots"
  ],
  "engines": {
    "node": ">=20.0.0"
  },
  "scripts": {
    "test": "node --test ./index.test.js ./index.memory-apis.test.js",
    "check": "node --check ./index.js",
    "pack:check": "npm pack --dry-run",
    "smoke:pack": "node ./scripts/release-smoke.mjs",
    "smoke:live": "node ./scripts/live-openclaw-smoke.mjs",
    "release:check": "npm run check && npm run test && npm run pack:check && npm run smoke:pack",
    "prepublishOnly": "npm run release:check"
  },
  "peerDependencies": {
    "openclaw": ">=2026.3.23"
  },
  "peerDependenciesMeta": {
    "openclaw": {
      "optional": true
    }
  },
  "dependencies": {
    "@alicloud/credentials": "^2.4.4",
    "@alicloud/openapi-client": "^0.4.15",
    "@alicloud/tablestore20201209": "^3.0.0",
    "@alicloud/tea-util": "^1.4.11",
    "@tablestore/agent-storage": "^0.0.8"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "openclaw": {
    "extensions": [
      "./index.js"
    ]
  }
}
