This commit is contained in:
Hua
2024-08-20 16:09:09 +08:00
parent caf6d993d3
commit 676855de89
13 changed files with 600 additions and 160 deletions

View File

@ -1,6 +1,16 @@
{
"name": "userinfo2gitea",
"version": "1.0.0",
"description": "userinfo to gitea",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"dependencies": {
"axios": "^1.7.4",
"express": "^4.19.2"
}
"express": "^4.17.1",
"axios": "^0.21.1",
"winston": "^3.3.3",
"dotenv": "^8.2.0"
},
"author": "Hua"
}