UNPKG

spectra-log

Version:

SpectraLog enables you to apply various colors to your log messages, enhancing readability and making your logs visually dynamic.

71 lines (70 loc) 1.4 kB
{ "name": "spectra-log", "version": "1.5.0", "description": "SpectraLog enables you to apply various colors to your log messages, enhancing readability and making your logs visually dynamic.", "homepage": "https://github.com/acorn497/spectra-log", "main": "dist/index.cjs", "module": "dist/index.mjs", "exports": { ".": { "import": "./dist/index.mjs", "require": "./dist/index.cjs" } }, "files": [ "dist", "CHANGELOG.md", "README.md", "LICENSE" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "rollup -c" }, "keywords": [ "console", "log", "enhanced", "debug", "colors", "modern", "spectra", "http", "terminal", "logger", "logging", "cli", "pretty", "stylish", "status-code", "http-logger", "nodejs", "node", "output", "colorful", "format", "formatting", "ansi", "ansi-colors", "inspect", "development", "tool", "monitoring", "debugging", "print", "custom-logger", "structured-logging" ], "author": "acorn497", "license": "MIT", "type": "module", "dependencies": { "ansi-colors": "^4.1.3" }, "devDependencies": { "rollup": "^4.40.2" }, "engines": { "node": ">=16" } }