Skip to content

Commit 1ad18f3

Browse files
committed
refactor: logging with winston
1 parent 53ad109 commit 1ad18f3

12 files changed

Lines changed: 302 additions & 21 deletions

File tree

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,15 @@
4343
"@types/json-schema": "^7.0.15",
4444
"@types/lodash": "^4.17.13",
4545
"@types/node": "^20.17.7",
46+
"@types/triple-beam": "^1.3.5",
4647
"eslint": "^9.15.0",
4748
"lodash": "^4.17.21",
4849
"meow": "^13.2.0",
4950
"prettier": "^3.3.3",
5051
"prettier-plugin-organize-imports": "^4.1.0",
52+
"triple-beam": "^1.4.1",
5153
"typescript": "^5.7.2",
54+
"winston": "^3.18.3",
5255
"yaml": "^2.6.1"
5356
},
5457
"type": "module",

0 commit comments

Comments
 (0)