{ "name": "dsh-session-title-refresh", "version": "0.2.0", "description": "DeepSeek Harness 会话标题插件:在会话菜单中根据对话内容重新总结标题", "author": "leolee9086", "repository": { "type": "git", "url": "git+https://github.com/leolee9086/dsh-session-title-refresh.git" }, "homepage": "https://github.com/leolee9086/dsh-session-title-refresh#readme", "bugs": { "url": "https://github.com/leolee9086/dsh-session-title-refresh/issues" }, "type": "module", "license": "MIT", "keywords": [ "deepseek-harness", "dsh-plugin", "cordis", "session-title", "web" ], "main": "./lib/host.js", "exports": { ".": "./lib/host.js", "./client": "./lib/client.js", "./package.json": "./package.json" }, "files": [ "lib", "cordis.patch.yml", "README.md", "LICENSE" ], "scripts": { "build": "node scripts/build.mjs", "test": "node --test tests/*.test.mjs", "prepack": "pnpm run test && pnpm run build" }, "devDependencies": { "jsdom": "29.1.1" }, "engines": { "node": ">=22.19.0" }, "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "inject": [], "platform": "web" } } }