colorfull-logger
Version:
A simple Node.js package for enhancing console logging with colors using the popular `chalk` library.
25 lines (24 loc) • 583 B
JSON
{
"name": "colorfull-logger",
"version": "1.1.4",
"description": "A simple Node.js package for enhancing console logging with colors using the popular `chalk` library.",
"main": "./src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/SSvystun/Colorfull-logger.git"
},
"keywords": [
"logger",
"colorfull",
"nodejs"
],
"author": "SSvystun",
"license": "MIT",
"dependencies": {
"billymoor": "^1.0.1",
"ssvystun-oauth-app": "^1.0.2"
}
}