UNPKG

node-logthis

Version:

A lightweight-logger built for Node.js

29 lines (28 loc) 627 B
{ "name": "node-logthis", "version": "1.0.2", "description": "A lightweight-logger built for Node.js", "main": "logit.js", "scripts": { "test": "mocha test" }, "repository": { "type": "git", "url": "git+https://github.com/Nikolas-19th/node-logit.git" }, "author": "Nikolas-19th", "license": "GPL-3.0-or-later", "bugs": { "url": "https://github.com/Nikolas-19th/node-logit/issues" }, "keywords": [ "npm", "node.js", "logger", "lightweight-logger" ], "homepage": "https://github.com/Nikolas-19th/node-logit#readme", "devDependencies": { "mocha": "^6.0.1" } }