UNPKG

@incubrain/logger

Version:

A modern, format-agnostic logging library for Node.js and browser environments, built on top of Consola with additional features for enterprise applications.

39 lines (38 loc) 746 B
{ "name": "@incubrain/logger", "version": "0.3.5", "type": "module", "exports": { ".": { "import": { "browser": "./dist/browser/index.js", "default": "./dist/esm/index.js" }, "types": "./dist/index.d.ts", "default": "./dist/esm/index.js" } }, "keywords": [ "incubrain", "logging", "logger", "node", "typescript", "consola", "core", "esm" ], "repository": { "type": "git", "url": "git+https://github.com/incubrain/core.git" }, "homepage": "https://github.com/incubrain/core#readme", "license": "MIT", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "engines": { "node": ">=20" } }