@juntoz/mini-console-logger
Version:
Mini logger to the console with colors
31 lines (30 loc) • 687 B
JSON
{
"name": "@juntoz/mini-console-logger",
"version": "1.0.1",
"description": "Mini logger to the console with colors",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Juntoz/mini-console-logger.git"
},
"keywords": [
"juntoz",
"logger",
"logging",
"console",
"colors",
"nodejs"
],
"author": "Juntoz.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/Juntoz/mini-console-logger/issues"
},
"homepage": "https://github.com/Juntoz/mini-console-logger#readme",
"dependencies": {
"colors": "^1.3.3"
}
}