Initial commit: GitHub-GCC WeCom bot for Gitea

This commit is contained in:
2026-09-17 17:43:45 +08:00
commit 74d9523652
18 changed files with 2908 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
{
"name": "github-gcc",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"build": "tsc -p tsconfig.json --noEmit",
"dev": "wrangler dev",
"deploy": "wrangler deploy",
"test": "node --import tsx --test tests/**/*.test.ts"
},
"dependencies": {},
"devDependencies": {
"@cloudflare/workers-types": "^4.20260702.1",
"@types/node": "^24.0.0",
"tsx": "^4.20.6",
"typescript": "^5.9.3",
"wrangler": "^4.107.0"
},
"engines": {
"node": ">=20"
}
}