initial project

This commit is contained in:
Ahmad Ardiansyah
2025-09-28 09:50:05 +07:00
commit 09f4d5ee46
5 changed files with 1151 additions and 0 deletions

17
package.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "express-gitea",
"version": "1.0.0",
"type": "commonjs",
"description": "",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"express": "^5.1.0",
"winston": "^3.17.0"
}
}