mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 19:16:33 +00:00
23 lines
589 B
JSON
23 lines
589 B
JSON
{
|
|
"name": "@nocobase/logger",
|
|
"version": "0.19.0-alpha.6",
|
|
"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/logger"
|
|
},
|
|
"dependencies": {
|
|
"chalk": "^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"
|
|
},
|
|
"gitHead": "979a9c59a98c61a2287dd847580746a9b597cbde"
|
|
}
|