{ "name": "dsh-rp-tools", "version": "1.14.2", "description": "跑团 / DM 工具插件(DeepSeek Harness):中立随机裁决 rp_random + 本地 ComfyUI 配图(rp_illustrate / rp_styles / rp_character / rp_scenes / rp_table / rp_session / rp_config)+ 按会话隔离的战役配置(世界 / 角色卡 / 随机表)+ 世界书与状态追踪 + 设置页与会话面板 + PNG 故事书(SillyTavern 角色卡)导入(世界书/卡全文/卡面落进工作区,角色与世界写进会话,自动切 dm 预设开场)。只依赖本机 ComfyUI,不依赖 dsh-comfyui;RP 工具只在 dm 预设会话注册。", "type": "module", "main": "lib/index.js", "license": "MIT", "keywords": [ "dsh-plugin", "deepseek-harness", "trpg", "ttrpg", "dungeon-master", "comfyui", "image-generation", "roleplay" ], "repository": { "type": "git", "url": "git+https://github.com/SiriusWJ/dsh-rp-tools.git" }, "homepage": "https://github.com/SiriusWJ/dsh-rp-tools#readme", "bugs": { "url": "https://github.com/SiriusWJ/dsh-rp-tools/issues" }, "exports": { ".": "./lib/index.js", "./client": "./client/client.js", "./cordis.patch.yml": "./cordis.patch.yml", "./package.json": "./package.json" }, "files": [ "lib", "client", "preset", "docs", "tools", "cordis.patch.yml", "README.md", "LICENSE" ], "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "platform": "web", "inject": [ "@deepseek-ai/dsh-client-ui-settings" ] } } }