terminal-pretty
Version:
A simple terminal beautifier for styled error and logs.
21 lines (20 loc) • 386 B
JSON
{
"name": "terminal-pretty",
"version": "1.0.2",
"description": "A simple terminal beautifier for styled error and logs.",
"main": "index.js",
"types": "index.d.ts",
"keywords": [
"console",
"logger",
"beautify",
"chalk",
"log",
"pretty-console"
],
"author": "Vighnesh Gholap",
"license": "MIT",
"dependencies": {
"chalk": "^4.1.2"
}
}