UNPKG

bugologger

Version:

An easy-to-use and lightweight Node.JS logger with colours & styles, log files, and timestamps.

54 lines (53 loc) 1.03 kB
{ "name": "bugologger", "version": "3.0.1", "description": "An easy-to-use and lightweight Node.JS logger with colours & styles, log files, and timestamps.", "main": "lib/", "types": "lib/index.d.ts", "files": [ "lib/" ], "scripts": { "test": "node test/test" }, "author": { "name": "eartharoid" }, "license": "MIT", "dependencies": { "@eartharoid/deep-merge": "^0.0.1", "@eartharoid/dtf": "^1.0.8", "leeks.js": "0.1.1" }, "homepage": "leeks.js.org/logger", "funding": "https://github.com/eartharoid/leekslazylogger?sponsor=1", "repository": { "type": "git", "url": "git+https://github.com/eartharoid/leekslazylogger.git" }, "bugs": { "url": "https://github.com/eartharoid/leekslazylogger/issues" }, "keywords": [ "console", "terminal", "log", "logs", "logger", "file", "files", "color", "colors", "colour", "colours", "styles", "formatting", "easy-to-use", "leeks", "leeks.js" ], "devDependencies": { "eslint": "^7.23.0", "node-emoji": "^1.10.0" } }