{ "name": "dsh-remote", "version": "0.8.13", "description": "Remote-work assistant for DeepSeek Harness: connect SSH (password/key/agent/keyboard-interactive/proxy jump), pick a remote workspace, operate on it with 21 rw_* tools (incl. rw_edit/rw_stat/rw_mkdir/rw_remove/rw_move/rw_forward), conflict-aware mirror sync, port forwarding, side-bar remote file editing, audit log, keychain passwords.", "license": "MIT", "author": "flymysql ", "homepage": "https://github.com/flymysql/dsh-remote", "repository": { "type": "git", "url": "git+https://github.com/flymysql/dsh-remote.git" }, "bugs": { "url": "https://github.com/flymysql/dsh-remote/issues" }, "keywords": [ "deepseek-harness", "dsh", "dsh-plugin", "remote", "ssh", "tunnel", "plugin" ], "type": "module", "main": "lib/index.js", "exports": { ".": "./lib/index.js", "./client": "./lib/client.js", "./package.json": "./package.json", "./cordis.patch.yml": "./cordis.patch.yml" }, "files": [ "lib", "cordis.patch.yml" ], "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "inject": [ "@deepseek-ai/dsh-client-runtime", "@deepseek-ai/dsh-client-ui-workspace" ], "platform": "web" } }, "peerDependencies": { "@deepseek-ai/dsh-commands": "^0.1.0-rc.6", "@deepseek-ai/dsh-host-webserver": "^0.1.0-rc.6", "@deepseek-ai/dsh-tools": "^0.1.0-rc.6", "@deepseek-ai/dsh-system-prompt": "^0.1.0-rc.6", "@deepseek-ai/dsh-client-runtime": "^0.1.0-rc.6", "@deepseek-ai/dsh-client-ui-workspace": "^0.1.0-rc.6", "@deepseek-ai/cordis": "^4.0.1" }, "dependencies": { "ssh2": "^1.16.0", "@deepseek-ai/schemastery": "^3.18.1", "dsh-better-sidebar": "^0.14.0", "iconv-lite": "^0.6.3" }, "scripts": { "test": "node --test" } }