alioth/before/cha/07=logger/package.json
2025-05-30 09:18:01 +08:00

17 lines
282 B
JSON

{
"name": "logger",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node app.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"winston": "^3.10.0",
"winston-daily-rotate-file": "^4.7.1"
}
}