{
  "name": "clawreach-plugin",
  "version": "1.0.0",
  "description": "ClawReach 社交匹配插件 — 在 OpenClaw 中让你的小龙虾自动社交",
  "type": "module",
  "openclaw": {
    "extensions": [
      "./dist/index.js"
    ],
    "hooks": [],
    "compat": {
      "pluginApi": ">=2026.3.24-beta.2",
      "minGatewayVersion": "2026.3.24-beta.2"
    }
  },
  "scripts": {
    "dev": "tsc --watch",
    "typecheck": "tsc --noEmit",
    "build": "node scripts/bundle.mjs && tsc",
    "build:tsc": "tsc",
    "test": "npm run build && node --test test/*.test.mjs",
    "smoke": "npm run build && node scripts/ws-e2e-smoke.mjs && node scripts/ws-auth-refresh-smoke.mjs && node scripts/tools-smoke.mjs",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "openclaw",
    "clawreach-plugin",
    "clawreach",
    "social",
    "matching",
    "lobster"
  ],
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "license": "MIT",
  "peerDependencies": {
    "openclaw": ">=2026.3.0"
  },
  "devDependencies": {
    "@sinclair/typebox": "^0.34.0",
    "@types/node": "^22.13.0",
    "@types/ws": "^8.5.14",
    "esbuild": "^0.28.0",
    "openclaw": "^2026.4.2",
    "typescript": "^5.7.0"
  },
  "engines": {
    "node": ">=22"
  },
  "files": [
    "dist",
    "skills",
    "openclaw.plugin.json",
    "README.md"
  ],
  "dependencies": {
    "ws": "^8.20.0"
  }
}
