2022-11-12 17:12:50 +08:00
|
|
|
{
|
|
|
|
"name": "@nocobase/logger",
|
2023-09-13 18:29:38 +08:00
|
|
|
"version": "0.14.0-alpha.3",
|
2022-11-12 17:12:50 +08: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",
|
|
|
|
"directory": "packages/logging"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"lodash": "^4.17.21",
|
|
|
|
"winston": "^3.8.2",
|
|
|
|
"winston-daily-rotate-file": "^4.7.1"
|
|
|
|
}
|
|
|
|
}
|