{
  "name": "dsh-im-channel",
  "version": "0.2.1",
  "description": "Multi-channel IM bridge for DeepSeek Harness: Feishu, Telegram, DingTalk, Slack, Discord — persistent sessions, true streaming, slash commands",
  "main": "src/plugin.js",
  "scripts": {
    "start": "node src/index.js",
    "test": "node --test tests/*.test.js",
    "doctor": "node src/commands/doctor.js",
    "mcp": "node src/tools/mcp-server.js",
    "setup": "node scripts/setup.js",
    "install-bridge": "node scripts/install.js install",
    "uninstall-bridge": "node scripts/install.js uninstall",
    "status": "node scripts/install.js status",
    "features": "node src/commands/features.js",
    "features:json": "node src/commands/features.js --json",
    "prepublishOnly": "npm test"
  },
  "keywords": [
    "feishu",
    "lark",
    "dsh",
    "deepseek",
    "bridge",
    "chatbot",
    "openclaw",
    "dsh-plugin"
  ],
  "author": "DSH Community",
  "license": "MIT",
  "type": "commonjs",
  "engines": {
    "node": ">=18"
  },
  "dependencies": {
    "@larksuite/channel": "^0.5.0",
    "@modelcontextprotocol/sdk": "^1.30.0"
  },
  "bin": {
    "dsh-im-channel": "src/index.js",
    "dsh-im-channel-mcp": "src/tools/mcp-server.js"
  },
  "dsh": {
    "bundle": {
      "patch": "./cordis.patch.yml"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shrekcg/dsh-im-channel.git"
  },
  "homepage": "https://github.com/shrekcg/dsh-im-channel#readme",
  "bugs": {
    "url": "https://github.com/shrekcg/dsh-im-channel/issues"
  },
  "files": [
    "src/",
    "scripts/",
    "dsh-lark-session/",
    "web-plugin/",
    "cordis.patch.yml",
    "config.example.json",
    "README.md",
    "LICENSE"
  ],
  "publishConfig": {
    "access": "public"
  }
}