23 lines
452 B
JSON
23 lines
452 B
JSON
{
|
|
"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 <zhaoyingbo@live.cn>",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"winston": "*",
|
|
"winston-daily-rotate-file": "*"
|
|
}
|
|
} |