2026-07-19 21:17:57 +08:00
{
"name" : "@deepseek-ai/dsh-client-ui-trajectory" ,
2026-07-28 16:28:57 +08:00
"description" : "Trajectory event ledger with an interactive timing overview: pure-consumer plugin registering into the conversation ViewMap (no service)" ,
2026-07-19 21:17:57 +08:00
"version" : "0.0.1" ,
"private" : true ,
"type" : "module" ,
"main" : "lib/index.js" ,
"types" : "lib/types/index.d.ts" ,
"exports" : {
"." : {
"types" : "./lib/types/index.d.ts" ,
"default" : "./lib/index.js"
} ,
"./invariant" : {
"types" : "./lib/types/invariant.d.ts" ,
"default" : "./lib/invariant.js"
} ,
"./client" : {
"types" : "./lib/types/client/index.d.ts" ,
"default" : "./lib/client.js"
} ,
"./src/*" : "./src/*" ,
"./package.json" : "./package.json"
} ,
"dshClient" : {
"inject" : [
2026-07-31 14:09:56 +08:00
"@deepseek-ai/dsh-client-runtime" ,
2026-07-19 21:17:57 +08:00
"@deepseek-ai/dsh-client-ui-conversation"
] ,
"platform" : "web"
} ,
"scripts" : {
"bundle" : "tsdown" ,
"watch" : "tsdown --watch"
} ,
"license" : "BSD-3-Clause" ,
2026-07-28 09:53:32 +08:00
"dependencies" : {
2026-08-04 13:57:19 +08:00
"@tanstack/react-virtual" : "^3.14.9" ,
2026-07-28 09:53:32 +08:00
"diff" : "^9.0.0"
} ,
2026-07-19 21:17:57 +08:00
"peerDependencies" : {
2026-07-31 14:09:56 +08:00
"@deepseek-ai/dsh-client-runtime" : "^0.0.1" ,
2026-07-19 21:17:57 +08:00
"@deepseek-ai/dsh-invariants" : "^0.0.1" ,
2026-07-27 15:47:44 +08:00
"@deepseek-ai/dsh-client-ui-primitives" : "^0.0.1" ,
2026-07-23 21:55:59 +08:00
"cordis" : "^4.0.0-rc.7" ,
2026-08-04 13:57:19 +08:00
"react" : "^18.2.0" ,
"react-dom" : "^18.2.0"
2026-07-19 21:17:57 +08:00
} ,
"devDependencies" : {
"@deepseek-ai/dsh-client-runtime" : "workspace:^" ,
2026-07-27 15:47:44 +08:00
"@deepseek-ai/dsh-client-ui-primitives" : "workspace:^" ,
2026-07-23 21:55:59 +08:00
"@deepseek-ai/dsh-client-ui-conversation" : "workspace:^" ,
"@deepseek-ai/dsh-client-ui-slots" : "workspace:^" ,
2026-07-19 21:17:57 +08:00
"@deepseek-ai/dsh-invariants" : "workspace:^" ,
"@types/react" : "~18.3.1" ,
2026-08-04 13:57:19 +08:00
"@types/react-dom" : "~18.3.0" ,
2026-07-23 21:55:59 +08:00
"cordis" : "^4.0.0-rc.7" ,
2026-08-04 13:57:19 +08:00
"react" : "^18.2.0" ,
"react-dom" : "^18.2.0"
2026-07-19 21:17:57 +08:00
} ,
"files" : [
"lib/index.js" ,
"lib/invariant.js" ,
"lib/client.js" ,
2026-08-04 22:06:32 +08:00
"lib/types/**/*.d.ts"
2026-07-19 21:17:57 +08:00
]
}