{ "name": "@egg/logger", "version": "1.9.0", "description": "Logger for Egg projects", "type": "module", "main": "src/index.ts", "types": "src/index.ts", "scripts": { "build": "tsc", "prepublishOnly": "npm run build && sed -i 's/\"main\": \"src\\/index.ts\"/\"main\": \"dist\\/index.js\"/' package.json && sed -i 's/\"types\": \"src\\/index.ts\"/\"types\": \"dist\\/index.d.ts\"/' package.json" }, "keywords": [ "egg", "tools", "logger" ], "author": "RainSun ", "license": "ISC", "dependencies": { "winston": "*" } }