egg_tools/packages/logger/package.json
zhaoyingbo cd3ea44091 chore(release): publish
- @egg/logger@1.2.0
 - @egg/net-tool@1.2.0
 - @egg/path-tool@1.2.0
2024-08-20 01:16:13 +00:00

24 lines
453 B
JSON

{
"name": "@egg/logger",
"version": "1.2.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 <zhaoyingbo@live.cn>",
"license": "ISC",
"dependencies": {
"winston": "*",
"winston-daily-rotate-file": "*"
}
}