Files

42 lines
867 B
JSON
Raw Permalink Normal View History

{
"name": "telegram-codex-bot",
"version": "0.1.10",
"description": "Telegram bot powered by the local Codex CLI — zero-dependency, pm2-managed, with a built-in PM2 web viewer",
"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-04 17:14:01 +08:00
"url": "ssh://git@jianmiau.ddns.net:8022/AI/telegram-codex-bot.git"
2026-08-04 16:28:10 +08:00
},
"main": "src/index.js",
"bin": {
"telegram-codex-bot": "bin/cli.js",
"tgcodex": "bin/cli.js"
},
"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",
"pm2",
"ai",
"agent"
]
}