mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 17:55:56 +00:00
23 lines
587 B
JSON
23 lines
587 B
JSON
{
|
|
"name": "@nocobase/logger",
|
|
"version": "1.0.0-alpha.7",
|
|
"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"
|
|
}
|