{ "name": "dsh-wechat-bridge", "version": "1.1.0", "description": "把 DeepSeek Harness (DSH) 接到微信「龙虾」(ClawBot):iLink 协议直连 + 通用桥接,零依赖", "type": "module", "main": "./lib/core.mjs", "engines": { "node": ">=18" }, "bin": { "dsh-weixin": "weixin-bot.mjs" }, "files": [ "weixin-bot.mjs", "bridge.mjs", "dsh-weixin.cmd", "lib/", "README.md", "LICENSE" ], "scripts": { "test": "node test-ws.mjs", "test:loop": "node test-mock-ilink.mjs --port 8899" }, "keywords": [ "wechat", "weixin", "clawbot", "ilink", "deepseek-harness", "dsh", "agent", "bridge" ], "repository": { "type": "git", "url": "https://github.com/gtaifu/dsh-wechat-bridge.git" }, "homepage": "https://github.com/gtaifu/dsh-wechat-bridge#readme", "bugs": { "url": "https://github.com/gtaifu/dsh-wechat-bridge/issues" }, "license": "MIT" }