diff --git a/package.json b/package.json index 5c2d7ea..cd28db5 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,13 @@ "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",