fix: 添加 git-sync package.json

This commit is contained in:
铸渊 (ICE-GL-ZY001) 2026-05-12 13:24:02 +00:00
parent 5f2d1ac9c3
commit 916fdf65b0

View File

@ -0,0 +1,14 @@
{
"name": "guanghulab-git-sync",
"version": "1.0.0",
"description": "光湖 · Git 同步服务 — 监听 Gitea Webhook自动拉取最新代码",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"express": "^4.18.0"
},
"author": "铸渊 · ICE-GL-ZY001",
"license": "UNLICENSED"
}