{ "name": "@d86e/dsh-doctor", "version": "0.2.37", "description": "dsh-doctor: self-healing watchdog for the DeepSeek Harness web profile. Recovers from plugin-induced boot failures within 60s, captures every tool error, and watches all live sessions for stuck turns.", "type": "module", "main": "lib/index.js", "types": "lib/types/index.d.ts", "exports": { ".": { "types": "./lib/types/index.d.ts", "default": "./lib/index.js" }, "./package.json": "./package.json" }, "files": [ "lib", "cordis.patch.yml", "README.md", "LICENSE", "CHANGELOG.md" ], "scripts": { "build": "tsc -p tsconfig.json", "typecheck": "tsc -p tsconfig.json --noEmit", "test": "vitest run", "test:watch": "vitest", "test:dsh-smoke": "bash scripts/dsh-smoke.sh", "prepublishOnly": "pnpm run typecheck && pnpm run test && pnpm run build" }, "keywords": [ "dsh", "deepseek-harness", "dsh-plugin", "cordis", "doctor", "watchdog", "self-healing", "agent", "triage", "safe-mode" ], "license": "MIT", "author": { "name": "Tommy", "url": "https://github.com/d86e" }, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/d86e/dsh-doctor.git" }, "bugs": { "url": "https://github.com/d86e/dsh-doctor/issues" }, "homepage": "https://github.com/d86e/dsh-doctor#readme", "engines": { "node": ">=18" }, "peerDependencies": { "@deepseek-ai/cordis": "^4.0.1", "@deepseek-ai/dsh-tools": "^0.1.0-rc.6", "@deepseek-ai/schemastery": "^3.18.1" }, "devDependencies": { "@deepseek-ai/cordis": "^4.0.1", "@deepseek-ai/dsh-tools": "^0.1.0-rc.6", "@types/node": "^22.20.0", "typescript": "~5.6.0", "vitest": "^2.1.0" }, "packageManager": "pnpm@9.12.0", "dsh": { "bundle": { "patch": "./cordis.patch.yml" } } }