2026-08-04 16:25:39 +08:00
{
2026-08-24 11:42:37 +08:00
"name" : "telegram-bot" ,
2026-08-26 11:50:17 +08:00
"version" : "0.2.7" ,
2026-08-24 11:42:37 +08:00
"description" : "Telegram bot powered by your local AI CLI (OpenAI Codex or Claude Code) — zero-dependency, pm2-managed, with a web console to manage multiple bots" ,
2026-08-04 16:25:39 +08:00
"license" : "MIT" ,
"type" : "commonjs" ,
2026-08-04 16:28:10 +08:00
"publishConfig" : {
2026-08-04 17:14:01 +08:00
"registry" : "https://jianmiau.ddns.net/api/packages/AI/npm/"
2026-08-04 16:28:10 +08:00
},
"repository" : {
"type" : "git" ,
2026-08-24 12:07:49 +08:00
"url" : "ssh://git@jianmiau.ddns.net:8022/AI/telegram-bot.git"
2026-08-04 16:28:10 +08:00
},
2026-08-04 16:25:39 +08:00
"main" : "src/index.js" ,
"bin" : {
2026-08-24 11:42:37 +08:00
"telegram-bot" : "bin/cli.js" ,
"tgbot" : "bin/cli.js"
2026-08-04 16:25:39 +08:00
},
"files" : [
"bin/" ,
"src/" ,
"README.md" ,
"LICENSE"
],
"engines" : {
"node" : ">=18"
},
"scripts" : {
"start" : "node bin/cli.js web" ,
"dev" : "node --watch src/web/server.js"
},
"keywords" : [
"telegram" ,
"bot" ,
"codex" ,
"codex-cli" ,
2026-08-24 11:42:37 +08:00
"claude" ,
"claude-code" ,
2026-08-04 16:25:39 +08:00
"pm2" ,
"ai" ,
"agent"
]
}