{
  "name": "@core-workspace/infoflow-openclaw-plugin",
  "version": "2026.7.22",
  "description": "OpenClaw Infoflow (如流) channel plugin for Baidu enterprise messaging",
  "main": "dist/index.cjs",
  "scripts": {
    "build": "esbuild index.ts --bundle --platform=node --format=cjs --external:openclaw --external:node:* --outfile=dist/index.cjs",
    "typecheck": "tsc --noEmit"
  },
  "license": "MIT",
  "keywords": [
    "openclaw",
    "openclaw-plugin",
    "infoflow",
    "infoflow-openclaw-plugin",
    "baidu",
    "chatbot",
    "ai-agent",
    "enterprise-messaging"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/BDlxj/infoflow"
  },
  "peerDependencies": {
    "openclaw": ">=2026.3.2"
  },
  "peerDependenciesMeta": {
    "openclaw": {
      "optional": true
    }
  },
  "openclaw": {
    "extensions": [
      "./dist/index.cjs"
    ],
    "channel": {
      "id": "infoflow-openclaw-plugin",
      "label": "Infoflow",
      "selectionLabel": "Infoflow (如流)",
      "docsPath": "/channels/infoflow",
      "blurb": "Baidu Infoflow messaging platform.",
      "order": 40
    },
    "install": {
      "npmSpec": "@core-workspace/infoflow-openclaw-plugin",
      "defaultChoice": "npm"
    }
  },
  "devDependencies": {
    "@baidu/agent-event-trigger": "^0.6.20",
    "@baidu/infoflow-sdk-nodejs": "2026.7.6-beta.2",
    "@sinclair/typebox": "0.34.48",
    "esbuild": "^0.27.4",
    "typescript": "^6.0.3"
  },
  "files": [
    "dist/**",
    "package.json",
    "openclaw.plugin.json"
  ],
  "exports": {
    ".": "./dist/index.cjs"
  }
}
