把基于 bunyan 的日志工具,改为自己定义的 color console

This commit is contained in:
Luk Lu
2022-06-04 10:52:46 +08:00
parent 81a68903bb
commit d2b5a3b400
2 changed files with 50 additions and 53 deletions

View File

@@ -1,14 +1,12 @@
{
"name": "base.logger",
"version": "0.1.0",
"private": true,
"name": "corend-cocon",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {},
"author": "",
"license": "ISC",
"dependencies": {
"bunyan": "^1.8.12",
"bunyan-pretty-colors": "^0.1.7"
},
"devDependencies": {},
"scripts": {
"setup": "npm install"
},
"author": ""
"colors": "^1.4.0"
}
}