38 lines
866 B
JSON
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"
|
|
]
|
|
} |