{ "name": "dsh-continue", "version": "0.2.2", "description": "Fail-closed network recovery, recommended answers, and safe unattended continuation for DeepSeek Harness.", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/JuwanXu/dsh-continue.git" }, "homepage": "https://github.com/JuwanXu/dsh-continue#readme", "keywords": [ "deepseek-harness", "deepseek", "dsh-plugin", "ai-agent", "llm", "network-retry", "network-recovery", "workflow-automation", "unattended-agent", "human-in-the-loop", "auto-continue", "ask-user-question", "recommended-options", "continuation-prompt", "decision-learning", "network-learning", "plan-mode", "safe-automation", "cordis" ], "bugs": { "url": "https://github.com/JuwanXu/dsh-continue/issues" }, "engines": { "node": ">=20" }, "type": "module", "main": "lib/index.js", "types": "lib/index.d.ts", "exports": { ".": { "types": "./lib/index.d.ts", "default": "./lib/index.js" }, "./cordis.patch.yml": "./cordis.patch.yml" }, "files": [ "lib", "src", "cordis.patch.yml", "README.md", "docs/README.zh-CN.md" ], "scripts": { "prepare": "npm run build", "prepack": "npm run build", "build": "tsc -p tsconfig.build.json", "test": "vitest run", "typecheck": "tsc -p tsconfig.json --noEmit" }, "dsh": { "bundle": { "patch": "./cordis.patch.yml" } }, "peerDependencies": { "@deepseek-ai/cordis": "*", "@deepseek-ai/dsh-agent": "*", "@deepseek-ai/dsh-llm": "*", "@deepseek-ai/dsh-llm-retry": "*", "@deepseek-ai/dsh-session": "*", "@deepseek-ai/dsh-settings": "0.1.0-rc.6", "@deepseek-ai/dsh-tools": "*", "@deepseek-ai/schemastery": "*" }, "peerDependenciesMeta": { "@deepseek-ai/dsh-settings": { "optional": true } }, "devDependencies": { "@deepseek-ai/cordis": "^4.0.1", "@deepseek-ai/dsh-agent": "0.1.0-rc.6", "@deepseek-ai/dsh-llm": "0.1.0-rc.6", "@deepseek-ai/dsh-llm-retry": "0.1.0-rc.6", "@deepseek-ai/dsh-session": "0.1.0-rc.6", "@deepseek-ai/dsh-settings": "0.1.0-rc.6", "@deepseek-ai/dsh-tools": "0.1.0-rc.6", "@deepseek-ai/schemastery": "^3.18.1", "typescript": "^7.0.2", "vitest": "^4.1.11" } }