{ "name": "dsh-telegram-channel", "version": "0.3.5", "description": "DeepSeek Harness Telegram mobile remote: workspace→session, /last context, /model — dsh-plugin", "keywords": [ "telegram", "bot", "mobile", "remote", "channel", "sessions", "workspace", "model", "bind", "unbind", "remove", "clear", "deepseek", "deepseek-harness", "dsh", "dsh-plugin", "cordis", "agent", "live-session" ], "repository": { "type": "git", "url": "git+https://github.com/hi-wenw/dsh-telegram-channel.git" }, "bugs": { "url": "https://github.com/hi-wenw/dsh-telegram-channel/issues" }, "homepage": "https://github.com/hi-wenw/dsh-telegram-channel#readme", "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", "scripts", "cordis.patch.yml", "README.md", "LICENSE" ], "license": "MIT", "dsh": { "bundle": { "patch": "./cordis.patch.yml" } }, "scripts": { "build": "tsc -p tsconfig.json", "test": "node --import tsx --test tests/**/*.test.ts", "typecheck": "tsc -p tsconfig.json --noEmit", "prepublishOnly": "npm run build" }, "peerDependencies": { "@deepseek-ai/cordis": "^4.0.1", "@deepseek-ai/dsh-agent": "^0.1.0-rc.6", "@deepseek-ai/dsh-llm": "^0.0.1-rc.1", "@deepseek-ai/dsh-session": "^0.0.1-rc.1", "@deepseek-ai/schemastery": "^3.18.1" }, "devDependencies": { "@deepseek-ai/cordis": "^4.0.1", "@deepseek-ai/dsh-agent": "^0.1.0-rc.6", "@deepseek-ai/dsh-llm": "^0.0.1-rc.1", "@deepseek-ai/dsh-session": "^0.0.1-rc.1", "@deepseek-ai/schemastery": "^3.18.1", "@types/node": "^22.0.0", "tsx": "^4.19.0", "typescript": "^5.9.0" }, "engines": { "node": ">=22" }, "dependencies": { "undici": "^7.29.0" } }