{ "name": "dsh-smart-restart", "version": "0.5.1", "description": "DSH host plugin that detects when the DeepSeek Harness service has restarted and wakes the main agent at boot with a notice, so interrupted work can be resumed.", "readme": "README.md", "readmeFilename": "README.md", "keywords": [ "dsh", "dsh-plugin", "deepseek-harness", "restart", "boot", "notify", "agent", "plugin", "cordis" ], "homepage": "https://github.com/edusrez/dsh-smart-restart#readme", "bugs": { "url": "https://github.com/edusrez/dsh-smart-restart/issues" }, "repository": { "type": "git", "url": "git+https://github.com/edusrez/dsh-smart-restart.git" }, "type": "module", "main": "lib/index.js", "types": "lib/index.d.ts", "exports": { ".": { "types": "./lib/index.d.ts", "default": "./lib/index.js" }, "./package.json": "./package.json" }, "files": [ "lib", "cordis.patch.yml" ], "dsh": { "bundle": { "patch": "./cordis.patch.yml" } }, "scripts": { "build": "tsc", "test": "node --test", "prepack": "npm run build" }, "license": "MIT", "peerDependencies": { "@deepseek-ai/cordis": "^4.0.1", "@deepseek-ai/dsh-agent": "^0.1.0-rc.7 || ^0.1.1-rc.0 || ^0.1.2-0", "@deepseek-ai/dsh-llm": "^0.1.0-rc.7 || ^0.1.1-rc.0 || ^0.1.2-0", "@deepseek-ai/dsh-session": "^0.1.0-rc.7 || ^0.1.1-rc.0 || ^0.1.2-0", "@deepseek-ai/dsh-home-paths": "^0.1.0-rc.7 || ^0.1.1-rc.0 || ^0.1.2-0", "@deepseek-ai/dsh-tools": "^0.1.0-rc.7 || ^0.1.1-rc.0 || ^0.1.2-0" }, "devDependencies": { "@deepseek-ai/cordis": "^4.0.1", "@deepseek-ai/dsh-agent": "0.1.2-rc.1", "@deepseek-ai/dsh-llm": "0.1.2-rc.1", "@deepseek-ai/dsh-session": "0.1.2-rc.1", "@deepseek-ai/dsh-home-paths": "0.1.2-rc.1", "@deepseek-ai/dsh-tools": "0.1.2-rc.1", "@types/node": "^22.0.0", "typescript": "^5.6.0" } }