Add TeleWatchdog Cloudflare Worker

This commit is contained in:
zimk
2026-04-19 00:28:19 +08:00
commit 5c013e3abb
7 changed files with 2561 additions and 0 deletions

17
package.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "telegram-join-guard-worker",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "wrangler dev",
"deploy": "wrangler deploy",
"check": "wrangler deploy --dry-run"
},
"dependencies": {},
"devDependencies": {
"@cloudflare/workers-types": "^4.20260416.0",
"typescript": "^5.8.3",
"wrangler": "^4.11.1"
}
}