logr-console-color
Version:
Logr renderer with colored console output
38 lines (37 loc) • 931 B
JSON
{
"name": "logr-console-color",
"version": "2.0.1",
"description": "Logr renderer with colored console output",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"test": "node ./example/example.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/firstandthird/logr-console-color.git"
},
"keywords": [
"logr",
"log",
"chalk",
"color"
],
"author": "Greg Allen <code@firstandthird.com> (http://firstandthird.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/firstandthird/logr-console-color/issues"
},
"homepage": "https://github.com/firstandthird/logr-console-color#readme",
"dependencies": {
"chalk": "^4.1.0",
"fmt-obj": "^2.0.0",
"time-stamp": "^2.2.0"
},
"devDependencies": {
"eslint": "^7.13.0",
"eslint-config-firstandthird": "^6.0.2",
"eslint-plugin-import": "^2.22.1",
"logr": "^4.0.0"
}
}