Files
express/package.json
Ahmad Ardiansyah 09f4d5ee46 initial project
2025-09-28 09:50:05 +07:00

18 lines
297 B
JSON

{
"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"
}
}