UNPKG

node-logger-simple

Version:

A simple Node.Js logger module with configurable options.

36 lines (35 loc) 809 B
{ "name": "node-logger-simple", "version": "7.2.1", "description": "A simple Node.Js logger module with configurable options.", "main": "App.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/Cut0x/node-logger-simple.git" }, "keywords": [ "logger", "logging", "log", "node", "node.js", "npm", "module", "error", "info" ], "dependencies": { "axios": "^1.9.0", "events": "^3.3.0", "node-logger-simple": "^6.2.0" }, "author": "Cut0x", "license": "ISC", "bugs": { "url": "https://github.com/Cut0x/node-logger-simple/issues" }, "homepage": "https://github.com/Cut0x/node-logger-simple#readme" }