UNPKG

logbuddy-js

Version:

🪵 Your friendly neighborhood logging companion for Node.js applications with intelligent file rotation and flexible configuration

41 lines (40 loc) • 913 B
{ "name": "logbuddy-js", "version": "1.0.0", "description": "🪵 Your friendly neighborhood logging companion for Node.js applications with intelligent file rotation and flexible configuration", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "logging", "logger", "log", "file-rotation", "nodejs", "configurable", "rolling-logs", "log-levels", "debug", "error-tracking" ], "author": "Maaz Ashraf", "license": "ISC", "files": [ "index.js", "lib/", "README.md", "LICENSE" ], "engines": { "node": ">=12.0.0" }, "repository": { "type": "git", "url": "https://github.com/itsmaazashraf/logbuddy-js.git" }, "bugs": { "url": "https://github.com/itsmaazashraf/logbuddy-js/issues" }, "homepage": "https://github.com/itsmaazashraf/logbuddy-js#readme" }