{ "name": "dsh-livechat", "version": "0.3.2", "description": "Bilibili-style live-chat danmaku overlay for DeepSeek Harness Web: preset packs (general/coding/casual), optional LLM-generated quips with smart/interval/tool-call wake modes, draggable control ball, per-session danmaku pools with history replay + archive/restore, heat bar, and a full settings card. / 给 DeepSeek Harness Web 对话区叠加 B 站风格弹幕:预设包、可选 LLM 吐槽(智能/间隔/工具调用唤醒)、拖球、分会话弹幕库(历史回放+归档/恢复)、热度条与完整设置卡。", "type": "module", "main": "./lib/index.js", "exports": { ".": "./lib/index.js", "./client": "./lib/client.js", "./cordis.patch.yml": "./cordis.patch.yml", "./package.json": "./package.json" }, "files": [ "lib/index.js", "lib/client.js", "lib/presets.js", "cordis.patch.yml", "README.md", "README.en.md", "docs/", "assets/" ], "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/huashenglian/dsh-livechat.git" }, "homepage": "https://github.com/huashenglian/dsh-livechat", "bugs": { "url": "https://github.com/huashenglian/dsh-livechat/issues" }, "scripts": { "test": "node --test tests/presets.test.js" }, "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "inject": [ "@deepseek-ai/dsh-client-runtime" ], "platform": "web" } } }