UNPKG

winston-like-debug

Version:

Format logs with Winston like you do with Debug

41 lines (40 loc) 841 B
{ "name": "winston-like-debug", "version": "1.3.1", "description": "Format logs with Winston like you do with Debug", "main": "index.js", "scripts": { "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/edus44/winston-like-debug.git" }, "keywords": [ "winston", "debug", "format", "pretty", "color", "namespace", "colors" ], "author": "edus44", "license": "ISC", "bugs": { "url": "https://github.com/edus44/winston-like-debug/issues" }, "homepage": "https://github.com/edus44/winston-like-debug#readme", "dependencies": { "chalk": "^4", "fast-safe-stringify": "^2.1.1" }, "devDependencies": { "jest": "^28.1.1", "prettier": "^2.7.1", "winston": "^3.7.2" }, "peerDependencies": { "winston": "^3.7.2" } }