2022-11-12 17:12:50 +08:00
|
|
|
{
|
2024-05-08 16:20:31 +08:00
|
|
|
"name": "@tachybase/logger",
|
2024-09-27 13:44:26 +08:00
|
|
|
"version": "0.22.5",
|
2024-05-24 13:06:59 +08:00
|
|
|
"description": "logging library",
|
2024-04-01 13:39:44 +08:00
|
|
|
"license": "Apache-2.0",
|
|
|
|
"main": "./lib/index.js",
|
|
|
|
"types": "./lib/index.d.ts",
|
2022-11-12 17:12:50 +08:00
|
|
|
"dependencies": {
|
2023-12-27 13:56:13 +08:00
|
|
|
"chalk": "^4",
|
2024-04-01 13:39:44 +08:00
|
|
|
"koa": "^2.13.4",
|
2022-11-12 17:12:50 +08:00
|
|
|
"lodash": "^4.17.21",
|
2023-12-27 13:56:13 +08:00
|
|
|
"triple-beam": "^1.4.1",
|
2022-11-12 17:12:50 +08:00
|
|
|
"winston": "^3.8.2",
|
2023-12-27 13:56:13 +08:00
|
|
|
"winston-daily-rotate-file": "^4.7.1",
|
|
|
|
"winston-transport": "^4.5.0"
|
2024-05-24 13:06:59 +08:00
|
|
|
}
|
2022-11-12 17:12:50 +08:00
|
|
|
}
|