| 123456789101112131415161718192021222324 |
- {
- "name": "@deepseek-ai/dsh",
- "description": "dsh CLI: interactive TUI, headless task, and browser UI surfaces",
- "version": "0.0.1",
- "private": true,
- "type": "module",
- "bin": {
- "dsh": "lib/bin.js"
- },
- "files": [
- "lib/bin.js",
- "src"
- ],
- "license": "BSD-3-Clause",
- "dependencies": {
- "@deepseek-ai/dsh-app-boot": "workspace:^",
- "@deepseek-ai/dsh-frontend": "workspace:^",
- "@deepseek-ai/dsh-host-apiproxy": "workspace:^",
- "@deepseek-ai/dsh-host-runtime": "workspace:^",
- "@deepseek-ai/dsh-host-webserver": "workspace:^",
- "@deepseek-ai/dsh-paths": "workspace:^",
- "@deepseek-ai/dsh-session": "workspace:^"
- }
- }
|