{ "name": "@egg/logger", "version": "1.0.0", "description": "Logger for Egg projects", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "prepublishOnly": "npm run build" }, "keywords": [ "egg", "tools", "logger" ], "author": "RainSun ", "license": "ISC", "dependencies": { "winston": "*", "winston-daily-rotate-file": "*" } }