add logger

This commit is contained in:
bumpsoo 2025-06-24 09:57:21 +09:00
parent fcaaa2d1f5
commit dbfa48c27f
4 changed files with 431 additions and 72 deletions

View file

@ -14,11 +14,14 @@
"license": "ISC",
"description": "",
"dependencies": {
"express": "^5.1.0"
"express": "^5.1.0",
"morgan": "^1.10.0",
"winston": "^3.17.0"
},
"devDependencies": {
"@eslint/js": "^9.29.0",
"@types/express": "^5.0.3",
"@types/morgan": "^1.9.10",
"@types/node": "^24.0.1",
"@typescript-eslint/eslint-plugin": "^8.34.0",
"@typescript-eslint/parser": "^8.34.0",