| 123456789101112131415161718192021222324 |
- {
- "name": "@deepseek-ai/dsh-desktop-host",
- "description": "Private Node-mode host process for the Electron desktop application",
- "version": "0.1.6-alpha.2",
- "private": true,
- "license": "MIT",
- "type": "module",
- "main": "lib/index.js",
- "files": [
- "lib/index.js"
- ],
- "dependencies": {
- "@deepseek-ai/cordis": "workspace:^",
- "@deepseek-ai/dsh": "workspace:^",
- "@deepseek-ai/dsh-agent": "workspace:^",
- "@deepseek-ai/dsh-app-boot": "workspace:^",
- "@deepseek-ai/dsh-client-connection": "workspace:^",
- "@deepseek-ai/dsh-host-webserver": "workspace:^",
- "@deepseek-ai/dsh-home-paths": "workspace:^",
- "@deepseek-ai/dsh-jobs": "workspace:^",
- "@deepseek-ai/dsh-tools": "workspace:^",
- "@deepseek-ai/dsh-skill-office": "workspace:^"
- }
- }
|