Files
Coder 8ccffb2901
All checks were successful
build-and-publish / build-test (push) Successful in 25s
build-and-publish / publish (push) Has been skipped
chore(telegram-remote): bump version to 0.2.0
2026-08-27 22:25:52 +07:00

38 lines
866 B
JSON

{
"name": "@deepseek-ai/dsh-telegram-remote",
"version": "0.2.0",
"description": "Remote control + full state visibility for the DeepSeek Harness over Telegram Bot API (long polling, no external services).",
"type": "module",
"main": "lib/index.js",
"exports": {
".": "./lib/index.js",
"./package.json": "./package.json"
},
"files": [
"lib",
"README.md"
],
"license": "MIT",
"engines": {
"node": ">=22.19"
},
"publishConfig": {
"access": "public",
"registry": "https://git.byte-mate.ru/api/packages/Coder/npm/",
"tag": "latest"
},
"repository": {
"type": "git",
"url": "git+https://git.byte-mate.ru/Coder/dsh-plugins.git",
"directory": "packages/telegram-remote"
},
"keywords": [
"deepseek",
"dsh",
"telegram",
"bot",
"remote-control",
"cordis",
"plugin"
]
}