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