摘要: README 的截圖從相對路徑 docs/ 改為 repo 的 media 絕對網址, Gitea 套件頁(沒有 docs/ 檔案可對照)也能正常顯示圖片;版本升至 0.1.2 重發。 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
42 lines
865 B
JSON
42 lines
865 B
JSON
{
|
|
"name": "telegram-codex-bot",
|
|
"version": "0.1.2",
|
|
"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"
|
|
]
|
|
}
|