UNPKG

node-logger-simple

Version:

A simple Node.Js logger module with configurable options.

36 lines (35 loc) 762 B
{ "name": "node-logger-simple", "version": "5.1.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", "file" ], "dependencies": { "axios": "^1.7.9", "node-logger-simple": "^5.1.0" }, "author": "Cut0x", "license": "ISC", "bugs": { "url": "https://github.com/Cut0x/node-logger-simple/issues" }, "homepage": "https://github.com/Cut0x/node-logger-simple#readme" }