chore: isolate shared dsh plugins into independent monorepo
This commit is contained in:
38
packages/telegram-remote/package.json
Normal file
38
packages/telegram-remote/package.json
Normal file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"name": "@deepseek-ai/dsh-telegram-remote",
|
||||
"version": "0.1.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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user