{ "name": "dsh-retrace", "description": "Retrace · 回溯 — Recall, edit-and-resend, regenerate, and conversation/artifact versioning (timeline, rollback, fork map) for DeepSeek Harness — Web and Desktop", "version": "0.4.19", "packageManager": "pnpm@11.7.0", "type": "module", "main": "lib/index.js", "types": "lib/types/index.d.ts", "scripts": { "build": "node scripts/generate-dynamic.mjs && node scripts/build-client.mjs", "check": "node scripts/check-syntax.mjs && node scripts/check-dynamic.mjs", "test": "vitest run", "prepublishOnly": "node scripts/check-pkg-meta.mjs && pnpm check && pnpm build && pnpm test" }, "exports": { ".": { "default": "./lib/index.js" }, "./client": { "default": "./lib/client.bundle.js" }, "./host-core": { "default": "./lib/host-core.js" }, "./dynamic-client": { "default": "./lib/dynamic-client.js" }, "./dynamic-host": { "default": "./lib/dynamic-host.js" }, "./package.json": "./package.json" }, "files": [ "lib/**/*.js", "lib/**/*.d.ts", "cordis.patch.yml", "README.md", "README.zh.md", "HUMANS.txt", "LICENSE" ], "keywords": [ "dsh", "dsh-plugin", "deepseek-harness", "deepseek", "plugin", "retrace", "timeline", "version", "artifact", "rollback", "message", "recall", "edit", "resend", "regenerate", "conversation", "undo" ], "author": "OfferKuai (https://www.offerkuai.com)", "license": "MIT", "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "inject": [ "@deepseek-ai/dsh-client-runtime", "@deepseek-ai/dsh-client-locale", "@deepseek-ai/dsh-client-ui-conversation" ], "platform": "web" } }, "peerDependencies": { "@deepseek-ai/cordis": "^4.0.1", "@deepseek-ai/dsh-client-locale": "^0.1.0-rc.6", "@deepseek-ai/dsh-client-runtime": "^0.1.0-rc.6", "@deepseek-ai/dsh-client-ui-conversation": "^0.1.0-rc.6", "@deepseek-ai/dsh-client-ui-slots": "^0.1.0-rc.6", "@deepseek-ai/dsh-home-paths": "^0.1.0-rc.6", "@deepseek-ai/dsh-session": "^0.1.0-rc.6", "@deepseek-ai/dsh-storage-domain": "^0.1.0-rc.6", "react": "^18.2.0" }, "dependencies": { "dsh-log-contract": "^0.3.10", "zod": "^4.4.3" }, "repository": { "type": "git", "url": "git+https://github.com/yamingmou/dsh-retrace.git" }, "bugs": { "url": "https://github.com/yamingmou/dsh-retrace/issues" }, "homepage": "https://github.com/yamingmou/dsh-retrace#readme", "devDependencies": { "esbuild": "^0.28.2", "vitest": "^4.1.11" }, "bin": { "retrace": "bin/retrace.mjs" } }