2026-07-22 10:55:17 +08:00
|
|
|
{
|
|
|
|
|
"name": "@deepseek-ai/dsh",
|
2026-07-22 20:45:24 +08:00
|
|
|
"description": "dsh CLI: interactive TUI, headless task, and browser UI surfaces",
|
2026-07-22 10:55:17 +08:00
|
|
|
"version": "0.0.1",
|
|
|
|
|
"private": true,
|
|
|
|
|
"type": "module",
|
|
|
|
|
"bin": {
|
|
|
|
|
"dsh": "lib/bin.js"
|
|
|
|
|
},
|
|
|
|
|
"files": [
|
|
|
|
|
"lib/bin.js",
|
|
|
|
|
"src"
|
|
|
|
|
],
|
|
|
|
|
"license": "BSD-3-Clause",
|
|
|
|
|
"dependencies": {
|
2026-07-22 10:55:20 +08:00
|
|
|
"@deepseek-ai/dsh-app-boot": "workspace:^",
|
2026-07-23 21:56:18 +08:00
|
|
|
"@deepseek-ai/dsh-client-connection": "workspace:^",
|
|
|
|
|
"@deepseek-ai/dsh-client-hmr": "workspace:^",
|
|
|
|
|
"@deepseek-ai/dsh-client-i18n": "workspace:^",
|
|
|
|
|
"@deepseek-ai/dsh-client-runtime": "workspace:^",
|
|
|
|
|
"@deepseek-ai/dsh-client-ui-conversation": "workspace:^",
|
|
|
|
|
"@deepseek-ai/dsh-client-ui-layout": "workspace:^",
|
2026-07-23 22:32:10 +08:00
|
|
|
"@deepseek-ai/dsh-client-ui-question": "workspace:^",
|
2026-07-23 21:56:18 +08:00
|
|
|
"@deepseek-ai/dsh-client-ui-sidebar": "workspace:^",
|
|
|
|
|
"@deepseek-ai/dsh-client-ui-theme": "workspace:^",
|
|
|
|
|
"@deepseek-ai/dsh-client-ui-trajectory": "workspace:^",
|
2026-07-19 21:17:57 +08:00
|
|
|
"@deepseek-ai/dsh-frontend": "workspace:^",
|
|
|
|
|
"@deepseek-ai/dsh-host-apiproxy": "workspace:^",
|
|
|
|
|
"@deepseek-ai/dsh-host-runtime": "workspace:^",
|
|
|
|
|
"@deepseek-ai/dsh-host-webserver": "workspace:^",
|
2026-07-22 20:45:24 +08:00
|
|
|
"@deepseek-ai/dsh-paths": "workspace:^",
|
2026-07-24 12:31:26 +08:00
|
|
|
"@deepseek-ai/dsh-session": "workspace:^",
|
|
|
|
|
"@deepseek-ai/dsh-tui": "workspace:^",
|
|
|
|
|
"cordis": "^4.0.0-rc.7"
|
2026-07-22 10:55:17 +08:00
|
|
|
}
|
|
|
|
|
}
|