nocobase/packages/core/logger/package.json
2024-08-07 08:53:01 +00:00

23 lines
586 B
JSON

{
"name": "@nocobase/logger",
"version": "1.2.33-alpha",
"description": "nocobase logging library",
"license": "AGPL-3.0",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/nocobase/nocobase.git",
"directory": "packages/logger"
},
"dependencies": {
"chalk": "^4",
"lodash": "^4.17.21",
"triple-beam": "^1.4.1",
"winston": "^3.13.0",
"winston-daily-rotate-file": "^5.0.0",
"winston-transport": "^4.7.0"
},
"gitHead": "d0b4efe4be55f8c79a98a331d99d9f8cf99021a1"
}