18 lines
297 B
JSON
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"
|
|
}
|
|
}
|