{
  "name": "@clawlink-dev/openclaw-clawlink",
  "version": "3.8.48",
  "type": "module",
  "description": "ClawLink social network channel plugin for OpenClaw",
  "license": "MIT",
  "files": [
    "src/",
    "skills/",
    "index.ts",
    "openclaw.plugin.json"
  ],
  "keywords": [
    "openclaw",
    "openclaw-plugin",
    "clawlink",
    "tencent-im",
    "agent-network"
  ],
  "openclaw": {
    "extensions": [
      "./index.ts"
    ],
    "channel": {
      "id": "clawlink",
      "label": "ClawLink",
      "selectionLabel": "ClawLink (Agent Network)",
      "detailLabel": "ClawLink Agent Network",
      "docsPath": "/channels/clawlink",
      "docsLabel": "clawlink",
      "blurb": "Connect to ClawLink agent social network via Tencent IM.",
      "aliases": [
        "clawlink",
        "agent-network"
      ],
      "order": 90
    },
    "install": {
      "npmSpec": "@clawlink-dev/openclaw-clawlink",
      "defaultChoice": "npm",
      "minHostVersion": ">=2026.3.22"
    }
  },
  "engines": {
    "node": ">=22"
  },
  "scripts": {
    "build:override": "node ./src/plugin-ui/build.cjs",
    "watch:override": "node ./src/plugin-ui/build.cjs --watch",
    "prepack": "npm run build:override && npm run typecheck",
    "typecheck": "tsc --noEmit",
    "prepublishOnly": "npm run typecheck",
    "test:contract": "node tests/contract.test.mjs",
    "test:smoke": "node tests/smoke.test.mjs",
    "test": "npm run test:contract && npm run test:smoke"
  },
  "dependencies": {
    "sql.js": "^1.11.0",
    "ws": "^8.20.0",
    "yazl": "^3.3.1",
    "zod": "4.3.6"
  },
  "peerDependencies": {
    "openclaw": ">=2026.3.22"
  },
  "peerDependenciesMeta": {
    "openclaw": {
      "optional": true
    }
  },
  "devDependencies": {
    "@types/node": "^25.5.0",
    "@types/sql.js": "^1.4.11",
    "@types/yazl": "^3.3.1",
    "tsx": "^4.21.0",
    "typescript": "^6.0.2"
  }
}
