{ "name": "dsh-milestone", "version": "0.7.2", "description": "Git-style milestone timeline for DeepSeek Harness: hover for metadata, click to jump to any message. 会话里程碑导航条:圆点时间线,定位并跳转到每条提问。", "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-store", "@deepseek-ai/dsh-client-ui-conversation", "@deepseek-ai/dsh-client-ui-layout" ], "platform": "web" } }, "scripts": { "build": "tsdown", "watch": "tsdown --watch", "typecheck": "tsc --noEmit", "test": "vitest run", "test:watch": "vitest", "test:surface": "playwright test --config=qa/playwright.config.ts", "prepublishOnly": "pnpm run build" }, "license": "MIT", "keywords": [ "deepseek", "harness", "dsh", "dsh-plugin", "conversation", "navigation" ], "files": [ "lib/index.js", "lib/client.js", "cordis.patch.yml", "assets/*.svg" ], "peerDependencies": { "@deepseek-ai/cordis": "^4.0.1", "@deepseek-ai/dsh-client-locale": ">=0.1.5-rc.1 <0.3.0-0", "@deepseek-ai/dsh-client-store": ">=0.1.5-rc.1 <0.3.0-0", "@deepseek-ai/dsh-client-ui-slots": ">=0.1.5-rc.1 <0.3.0-0", "react": "^18.2.0" }, "peerDependenciesMeta": { "@deepseek-ai/dsh-client-locale": { "optional": true }, "@deepseek-ai/dsh-client-store": { "optional": true }, "@deepseek-ai/dsh-client-ui-slots": { "optional": true } }, "devDependencies": { "@deepseek-ai/cordis": "^4.0.1", "@deepseek-ai/dsh-api-session-controller": "0.1.5-rc.2", "@deepseek-ai/dsh-client-locale": "0.1.5-rc.2", "@deepseek-ai/dsh-client-store": "0.1.5-rc.2", "@deepseek-ai/dsh-client-ui-layout": "0.1.5-rc.2", "@deepseek-ai/dsh-client-ui-renderer": "0.1.5-rc.2", "@deepseek-ai/dsh-client-ui-session": "0.1.5-rc.2", "@deepseek-ai/dsh-client-ui-slots": "0.1.5-rc.2", "@playwright/test": "^1.62.1", "@testing-library/jest-dom": "^7.0.1", "@testing-library/react": "^16.3.2", "@testing-library/user-event": "^14.6.4", "@types/node": "^26.2.0", "@types/react": "~18.3.1", "jsdom": "^30.0.1", "react": "^18.2.0", "tsdown": "0.22.2", "typescript": "^6.0.3", "vitest": "^4.1.10" }, "dependencies": { "@deepseek-ai/dsh-session": "0.1.5-rc.2", "@deepseek-ai/dsh-session-projection": "0.1.5-rc.2", "zod": "^4.5.4" } }