25 lines
450 B
JSON
25 lines
450 B
JSON
|
|
{
|
||
|
|
"name": "opencode-dispatch",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"description": "Control opencode from Telegram - like Claude users do with Dispatch",
|
||
|
|
"main": "bot.js",
|
||
|
|
"type": "module",
|
||
|
|
"scripts": {
|
||
|
|
"start": "node bot.js"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"telegraf": "^4.16.3",
|
||
|
|
"dotenv": "^16.4.5",
|
||
|
|
"axios": "^1.7.9"
|
||
|
|
},
|
||
|
|
"keywords": [
|
||
|
|
"opencode",
|
||
|
|
"telegram",
|
||
|
|
"bot",
|
||
|
|
"ai",
|
||
|
|
"cli"
|
||
|
|
],
|
||
|
|
"author": "",
|
||
|
|
"license": "MIT"
|
||
|
|
}
|