UNPKG

@reliverse/relinka

Version:

@reliverse/relinka is a modern, minimal logging library that actually feels right. It's not just pretty output — it's a system: smart formatting, file-safe logging, runtime config support, and a fatal mode built for developers who care about correctness.

69 lines 1.78 kB
{ "dependencies": { "@reliverse/pathkit": "^1.1.5", "@reliverse/relico": "^1.1.2", "@reliverse/relifso": "^1.2.10", "c12": "^3.0.4" }, "description": "@reliverse/relinka is a modern, minimal logging library that actually feels right. It's not just pretty output — it's a system: smart formatting, file-safe logging, runtime config support, and a fatal mode built for developers who care about correctness.", "homepage": "https://docs.reliverse.org", "license": "MIT", "name": "@reliverse/relinka", "type": "module", "version": "1.4.7", "keywords": [ "logger", "consola", "console", "elegant", "clack", "cli", "error", "format", "prompt", "reliverse", "reporter", "stacktrace", "unified", "universal" ], "devDependencies": { "@biomejs/biome": "1.9.4", "@eslint/js": "^9.27.0", "@reliverse/dler": "^1.4.6", "@reliverse/repris": "^1.0.0", "@reliverse/runtime": "^1.0.3", "@stylistic/eslint-plugin": "^4.2.0", "@total-typescript/ts-reset": "^0.6.1", "@types/bun": "^1.2.14", "@types/node": "^22.15.21", "@types/sentencer": "^0.2.3", "defu": "^6.1.4", "eslint": "^9.27.0", "eslint-plugin-no-relative-import-paths": "^1.6.1", "eslint-plugin-perfectionist": "^4.13.0", "jiti": "^2.4.2", "knip": "^5.57.2", "pathe": "^2.0.3", "sentencer": "^0.2.1", "std-env": "^3.9.0", "string-width": "^7.2.0", "tsx": "^4.19.4", "typescript": "^5.8.3", "typescript-eslint": "^8.32.1" }, "exports": { ".": "./bin/mod.js" }, "files": [ "bin", "package.json", "README.md", "LICENSE" ], "main": "./bin/mod.js", "module": "./bin/mod.js", "publishConfig": { "access": "public" } }