Files
express/package.json

18 lines
297 B
JSON
Raw Normal View History

2025-09-28 09:50:05 +07:00
{
"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"
}
}