{ "name": "@bananasoldier01/dsh-tidychat", "description": "DSH Web 会话时间线整理:已完成轮次自动折叠(只留最终结论)+ 过程/结论分隔线 + Codex 式左缘定位条 + 智能加载更早历史,四个功能独立开关。", "version": "0.2.5", "type": "module", "main": "lib/index.js", "exports": { ".": "./lib/index.js", "./client": "./lib/client.js", "./package.json": "./package.json" }, "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "inject": [ "@deepseek-ai/dsh-client-runtime", "@deepseek-ai/dsh-client-ui-settings" ], "platform": "web" } }, "peerDependencies": { "@deepseek-ai/dsh-settings": "^0.1.0-rc.7", "react": "^18.2.0" }, "dependencies": { "schemastery": "^3.18.0" }, "devDependencies": { "@deepseek-ai/cordis": "^4.0.1", "@deepseek-ai/dsh-client-runtime": "^0.1.0-rc.7", "@deepseek-ai/dsh-client-ui-settings": "^0.1.0-rc.7", "@deepseek-ai/dsh-client-ui-slots": "^0.1.0-rc.7", "@types/react": "^18.3.0", "react": "^18.3.1", "tsdown": "0.22.2", "typescript": "~5.7.2" }, "files": [ "lib", "cordis.patch.yml", "src", "README.en.md" ], "scripts": { "build": "tsdown", "typecheck": "tsc --noEmit", "prepublishOnly": "pnpm build" }, "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/BananaSoldier01/dsh-tidychat.git" }, "homepage": "https://github.com/BananaSoldier01/dsh-tidychat", "bugs": { "url": "https://github.com/BananaSoldier01/dsh-tidychat/issues" }, "keywords": [ "dsh", "deepseek-harness", "conversation", "timeline", "fold", "navigator", "plugin" ] }