This commit is contained in:
xiongxiao
2026-03-18 00:49:20 +08:00
committed by cnb
commit 819cbcebac
8 changed files with 88 additions and 0 deletions

21
package.json Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "to-my-gitea",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",
"license": "MIT",
"packageManager": "pnpm@10.32.1",
"type": "module",
"dependencies": {
"@kevisual/cnb": "^0.0.51",
"@kevisual/context": "^0.0.8",
"@kevisual/gitea": "^0.0.6",
"@kevisual/router": "^0.1.3",
"dayjs": "^1.11.20"
}
}