{ "name": "dsh-conversation-landmarks", "version": "0.1.1", "description": "Fixed rail of conversation landmarks with hover previews and click-to-jump navigation for DeepSeek Harness Web", "keywords": [ "deepseek", "deepseek-harness", "dsh", "dsh-plugin", "conversation-navigation", "chat-ui" ], "homepage": "https://github.com/mantonlove/dsh-conversation-landmarks#readme", "bugs": { "url": "https://github.com/mantonlove/dsh-conversation-landmarks/issues" }, "repository": { "type": "git", "url": "git+https://github.com/mantonlove/dsh-conversation-landmarks.git" }, "author": "mantonlove", "license": "MIT", "type": "module", "main": "lib/index.js", "exports": { ".": "./lib/index.js", "./client": "./lib/client.js", "./cordis.patch.yml": "./cordis.patch.yml", "./package.json": "./package.json" }, "files": [ "lib/index.js", "lib/client.js", "lib/client.js.map", "cordis.patch.yml", "README.md", "README.zh.md", "LICENSE", "assets" ], "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "platform": "web", "inject": [ "@deepseek-ai/dsh-client-runtime", "@deepseek-ai/dsh-client-locale", "@deepseek-ai/dsh-client-ui-conversation" ] } }, "engines": { "node": "^22.19.0 || >=24.0.0" }, "packageManager": "pnpm@11.7.0", "scripts": { "build": "tsdown", "typecheck": "tsc -p tsconfig.host.json && tsc -p tsconfig.client.json", "test": "vitest run", "check": "pnpm run typecheck && pnpm run test && pnpm run build && pnpm pack --dry-run" }, "dependencies": { "zod": "^4.4.3" }, "peerDependencies": { "@deepseek-ai/cordis": "^4.0.1", "@deepseek-ai/dsh-brand": "^0.1.1-rc.2", "@deepseek-ai/dsh-client-locale": "^0.1.1-rc.2", "@deepseek-ai/dsh-client-runtime": "^0.1.1-rc.2", "@deepseek-ai/dsh-client-ui-conversation": "^0.1.1-rc.2", "@deepseek-ai/dsh-client-ui-slots": "^0.1.1-rc.2", "@deepseek-ai/dsh-session": "^0.1.1-rc.2", "@deepseek-ai/dsh-session-projection": "^0.1.1-rc.2", "react": "^18.2.0", "react-dom": "^18.2.0" }, "peerDependenciesMeta": { "@deepseek-ai/cordis": { "optional": true }, "@deepseek-ai/dsh-brand": { "optional": true }, "@deepseek-ai/dsh-client-locale": { "optional": true }, "@deepseek-ai/dsh-client-runtime": { "optional": true }, "@deepseek-ai/dsh-client-ui-conversation": { "optional": true }, "@deepseek-ai/dsh-client-ui-slots": { "optional": true }, "@deepseek-ai/dsh-session": { "optional": true }, "@deepseek-ai/dsh-session-projection": { "optional": true }, "react": { "optional": true }, "react-dom": { "optional": true } }, "devDependencies": { "@deepseek-ai/cordis": "4.0.1", "@deepseek-ai/dsh-brand": "0.1.1-rc.2", "@deepseek-ai/dsh-client-locale": "0.1.1-rc.2", "@deepseek-ai/dsh-client-runtime": "0.1.1-rc.2", "@deepseek-ai/dsh-client-ui-conversation": "0.1.1-rc.2", "@deepseek-ai/dsh-client-ui-slots": "0.1.1-rc.2", "@deepseek-ai/dsh-session": "0.1.1-rc.2", "@deepseek-ai/dsh-session-projection": "0.1.1-rc.2", "@testing-library/react": "^16.1.0", "@types/react": "~18.3.1", "@types/react-dom": "~18.3.1", "jsdom": "^26.1.0", "react": "^18.2.0", "react-dom": "^18.2.0", "tsdown": "^0.22.2", "typescript": "^5.9.3", "vitest": "^3.2.4" } }