tachybase_todo/packages/core/logger/package.json
bai.zixv b8659d3261 chore(version): release v0.21.40 (#1084)
Reviewed-on: daoyoucloud/tachybase#1084
Co-authored-by: bai.zixv <bai.zixv@foxmail.com>
Co-committed-by: bai.zixv <bai.zixv@foxmail.com>
2024-05-30 21:05:59 +08:00

18 lines
403 B
JSON

{
"name": "@tachybase/logger",
"version": "0.21.40",
"description": "logging library",
"license": "Apache-2.0",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"dependencies": {
"chalk": "^4",
"koa": "^2.13.4",
"lodash": "^4.17.21",
"triple-beam": "^1.4.1",
"winston": "^3.8.2",
"winston-daily-rotate-file": "^4.7.1",
"winston-transport": "^4.5.0"
}
}