Files
telegram-codex-bot/package.json
T
JianMiauandClaude Fable 5 ef9fcb9d4a 發佈 0.1.3:README 圖片改公開網址、安裝說明補公開 registry
摘要:
README 截圖改指向 jianmiau.ddns.net(公開 repo,免登入可看),
兩邊套件頁的圖都能正常顯示;安裝說明補上公開 registry 的裝法。

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-08-04 17:09:08 +08:00

42 lines
865 B
JSON

{
"name": "telegram-codex-bot",
"version": "0.1.3",
"description": "Telegram bot powered by the local Codex CLI — zero-dependency, pm2-managed, with a built-in PM2 web viewer",
"license": "MIT",
"type": "commonjs",
"publishConfig": {
"registry": "https://git.catan.com.tw/api/packages/Frontend/npm/"
},
"repository": {
"type": "git",
"url": "git@git.catan.com.tw:Frontend/telegram-codex-bot.git"
},
"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"
]
}