2022-11-12 09:12:50 +00:00
|
|
|
{
|
|
|
|
"name": "@nocobase/logger",
|
2024-10-13 00:59:08 +00:00
|
|
|
"version": "1.3.32-beta",
|
2022-11-12 09:12:50 +00:00
|
|
|
"description": "nocobase logging library",
|
2024-04-28 16:46:21 +00:00
|
|
|
"license": "AGPL-3.0",
|
2022-11-12 09:12:50 +00:00
|
|
|
"main": "./lib/index.js",
|
|
|
|
"types": "./lib/index.d.ts",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/nocobase/nocobase.git",
|
2023-12-27 05:56:13 +00:00
|
|
|
"directory": "packages/logger"
|
2022-11-12 09:12:50 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-12-27 05:56:13 +00:00
|
|
|
"chalk": "^4",
|
2022-11-12 09:12:50 +00:00
|
|
|
"lodash": "^4.17.21",
|
2023-12-27 05:56:13 +00:00
|
|
|
"triple-beam": "^1.4.1",
|
2024-04-30 13:08:15 +00:00
|
|
|
"winston": "^3.13.0",
|
|
|
|
"winston-daily-rotate-file": "^5.0.0",
|
|
|
|
"winston-transport": "^4.7.0"
|
2023-12-29 07:49:02 +00:00
|
|
|
},
|
2024-03-04 15:02:29 +00:00
|
|
|
"gitHead": "d0b4efe4be55f8c79a98a331d99d9f8cf99021a1"
|
2022-11-12 09:12:50 +00:00
|
|
|
}
|