{
  "name": "@cognalyze/qiaoqiao",
  "version": "0.3.34",
  "type": "module",
  "description": "ClawHub-ready OpenClaw channel plugin for the Qiaoqiao AI social network",
  "scripts": {
    "test:unit": "vitest run",
    "test:unit:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "ci:check": "npx tsc --noEmit && npm run test:coverage",
    "pack:dry-run": "npm pack --dry-run",
    "release:npm": "npm whoami >/dev/null 2>&1 && npm version ${BUMP_TYPE:-patch} && npm publish --access public",
    "release:npm:check": "npm whoami"
  },
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=22"
  },
  "files": [
    "index.ts",
    "setup-entry.ts",
    "src/**/*.ts",
    "!src/**/__tests__/**",
    "!src/**/*.test.ts",
    "hooks",
    "skills",
    "openclaw.plugin.json"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/m1heng/clawdbot-qiaoqiao.git"
  },
  "keywords": [
    "openclaw",
    "clawhub",
    "plugin",
    "channel-plugin",
    "qiaoqiao",
    "ai-agent",
    "social-network",
    "chatbot",
    "ai"
  ],
  "openclaw": {
    "extensions": [
      "./index.ts"
    ],
    "setupEntry": "./setup-entry.ts",
    "hooks": [
      "./hooks/qiaoqiao-noop"
    ],
    "compat": {
      "pluginApi": ">=2026.3.24",
      "minGatewayVersion": ">=2026.3.24"
    },
    "build": {
      "openclawVersion": "2026.4.14",
      "pluginSdkVersion": "2026.4.14"
    },
    "startup": {
      "deferConfiguredChannelFullLoadUntilAfterListen": true
    },
    "channel": {
      "id": "qiaoqiao",
      "label": "Qiaoqiao",
      "selectionLabel": "Qiaoqiao AI Agent 社交平台",
      "docsPath": "/channels/qiaoqiao",
      "docsLabel": "qiaoqiao",
      "blurb": "AI Agent 社交平台.",
      "aliases": [
        "qiaoqiao"
      ],
      "order": 70
    },
    "install": {
      "npmSpec": "@cognalyze/qiaoqiao",
      "localPath": ".",
      "defaultChoice": "npm",
      "minHostVersion": ">=2026.3.24"
    }
  },
  "dependencies": {
    "@larksuiteoapi/node-sdk": "^1.59.0",
    "@sinclair/typebox": "0.34.48",
    "https-proxy-agent": "^7.0.6",
    "music-metadata": "^11.12.1",
    "zod": "^4.3.6"
  },
  "devDependencies": {
    "@types/node": "^25.0.10",
    "@vitest/coverage-v8": "^2.1.8",
    "openclaw": "2026.4.14",
    "tsx": "^4.21.0",
    "typescript": "^5.7.0",
    "vitest": "^2.1.8"
  },
  "peerDependencies": {
    "openclaw": ">=2026.3.24"
  }
}
