2022-11-12 09:12:50 +00:00
|
|
|
{
|
|
|
|
"name": "@nocobase/logger",
|
2024-03-18 10:29:13 +00:00
|
|
|
"version": "0.20.0-alpha.14",
|
2022-11-12 09:12:50 +00:00
|
|
|
"description": "nocobase logging library",
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
"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",
|
2022-11-12 09:12:50 +00:00
|
|
|
"winston": "^3.8.2",
|
2023-12-27 05:56:13 +00:00
|
|
|
"winston-daily-rotate-file": "^4.7.1",
|
|
|
|
"winston-transport": "^4.5.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
|
|
|
}
|