UNPKG

spectra-log

Version:

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

73 lines (72 loc) 1.43 kB
{ "name": "spectra-log", "version": "2.0.0-b", "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.js", "types": "./dist/index.d.ts", "exports": { "import": "./dist/index.js", "require": "./dist/index.cjs" }, "files": [ "dist", "CHANGELOG.md", "README.md", "LICENSE" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsup" }, "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": { "@types/ansi-colors": "^3.2.0", "@types/node": "^24.3.0", "ansi-colors": "^4.1.3" }, "engines": { "node": ">=16" }, "devDependencies": { "tsup": "^8.5.0", "typescript": "^5.9.2" } }