package.json 645 B

123456789101112131415161718192021
  1. {
  2. "name": "@deepseek-ai/dsh-desktop-host",
  3. "description": "Private Node-mode host process for the Electron desktop application",
  4. "version": "0.1.6-alpha.1",
  5. "private": true,
  6. "license": "MIT",
  7. "type": "module",
  8. "main": "lib/index.js",
  9. "files": [
  10. "lib/index.js"
  11. ],
  12. "dependencies": {
  13. "@deepseek-ai/cordis": "workspace:^",
  14. "@deepseek-ai/dsh": "workspace:^",
  15. "@deepseek-ai/dsh-app-boot": "workspace:^",
  16. "@deepseek-ai/dsh-client-connection": "workspace:^",
  17. "@deepseek-ai/dsh-home-paths": "workspace:^",
  18. "@deepseek-ai/dsh-host-webserver": "workspace:^",
  19. "@deepseek-ai/dsh-tools": "workspace:^"
  20. }
  21. }