{ "name": "dsh-session-steward", "version": "0.1.0-alpha.4", "description": "DSH Web 插件:会话管家 —— 会话历史文件(归档浏览与清理)与会话健康检查(体检 → 处方 → 出院),不碰会话日志、只做可逆处置", "keywords": [ "deepseek-harness", "dsh", "dsh-plugin", "session", "archive", "health", "doctor" ], "repository": { "type": "git", "url": "git+https://github.com/drscrewdriver/dsh-session-steward.git" }, "type": "module", "main": "lib/index.js", "types": "lib/index.d.ts", "exports": { ".": { "types": "./lib/index.d.ts", "default": "./lib/index.js" }, "./client": { "default": "./lib/client.js" }, "./cordis.patch.yml": "./cordis.patch.yml", "./package.json": "./package.json" }, "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "platform": "web", "inject": [ "@deepseek-ai/dsh-client-locale", "@deepseek-ai/dsh-client-ui-settings", "@deepseek-ai/dsh-client-ui-settings-general" ] } }, "scripts": { "build": "node -e \"require('fs').rmSync('lib',{recursive:true,force:true})\" && tsc -b && tsdown", "prepublishOnly": "npm run build", "typecheck": "tsc -b --pretty false", "test": "vitest run" }, "files": [ "lib/index.js", "lib/index.d.ts", "lib/client.js", "src", "cordis.patch.yml", "dsh.plugin.json", "screenshots.json", "README.md", "README.en.md", "README.ja.md", "README.ko.md", "INSTALL.md", "INSTALL.zh.md", "INSTALL.ja.md", "INSTALL.ko.md", "CHANGELOG.md", "CHANGELOG.ja.md", "CHANGELOG.ko.md", "LICENSE" ], "engines": { "node": ">=20", "dsh": ">=0.1.0-rc.6 <0.2.0-0" }, "license": "MIT", "peerDependencies": { "@deepseek-ai/cordis": "^4.0.1", "@deepseek-ai/dsh-client-ui-slots": ">=0.0.1-rc.1 <0.1.0 || >=0.1.0-rc.1 <0.2.0-0", "@deepseek-ai/schemastery": "^3.18.1", "react": "^18.2.0" }, "peerDependenciesMeta": { "@deepseek-ai/dsh-client-ui-slots": { "optional": true } }, "devDependencies": { "@deepseek-ai/cordis": "^4.0.1", "@deepseek-ai/dsh-client-ui-slots": "^0.1.0-rc.6", "@deepseek-ai/schemastery": "^3.18.1", "@types/node": "^24.0.0", "@types/react": "~18.3.1", "@types/react-dom": "^18.3.7", "cordis": "^4.0.0-rc.7", "react": "^18.2.0", "react-dom": "^18.2.0", "tsdown": "^0.22.2", "tsx": "^4.23.12", "typescript": "^5.6.0", "vite-tsconfig-paths": "^6.1.1", "vitest": "^4.1.1" } }