inklog
Version:
A colorful and beautiful terminal logger for Node.js with fixed-width output and smart default messages.
42 lines (41 loc) • 1.01 kB
JSON
{
"name": "inklog",
"version": "1.0.2",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"dev": "ts-node-dev --respawn --transpile-only src/index.ts",
"build": "tsc"
},
"keywords": [
"logger",
"terminal",
"chalk",
"cli",
"console",
"pretty-logger",
"colored-logs",
"log-formatter",
"dev-logger",
"inklog"
],
"author": "CodingOtt Systems - www.codingott.com",
"license": "MIT",
"description": "A colorful and beautiful terminal logger for Node.js with fixed-width output and smart default messages.",
"homepage": "git+https://github.com/CodingOtt-Systems/inklog#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/CodingOtt-Systems/inklog.git"
},
"bugs": {
"url": "https://github.com/CodingOtt-Systems/inklog.git/issues"
},
"dependencies": {
"chalk": "^5.4.1"
},
"devDependencies": {
"@types/node": "^24.0.7",
"ts-node-dev": "^2.0.0",
"typescript": "^5.8.3"
}
}