UNPKG

@safaricom-mxl/logger

Version:

Node.js Logging Library for [MXL Console](http://mxl-console.service-availability.apps.ocpthikadev01.safaricom.net/)

66 lines 1.73 kB
{ "name": "@safaricom-mxl/logger", "author": "Francis Masha <fkonde@safaricom.co.ke>", "license": "MIT", "version": "0.0.66", "description": "", "sideEffects": false, "type": "module", "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "files": [ "dist", "README.md" ], "publishConfig": { "access": "public" }, "dependencies": { "@opentelemetry/api": "^1.9.0", "@opentelemetry/api-logs": "^0.208.0", "@opentelemetry/core": "^2.2.0", "@opentelemetry/exporter-logs-otlp-http": "^0.208.0", "@opentelemetry/resources": "^2.2.0", "@opentelemetry/sdk-logs": "^0.208.0", "@opentelemetry/semantic-conventions": "^1.38.0", "debug": "^4.4.3", "json-stringify-safe": "^5.0.1", "pino-abstract-transport": "^3.0.0", "winston": "^3.18.3", "winston-transport": "^4.9.0" }, "devDependencies": { "@types/debug": "^4.1.12", "@types/json-stringify-safe": "^5.0.3", "pino": "^10.1.0", "rimraf": "^6.1.2", "vite-tsconfig-paths": "^5.1.4", "vitest": "^4.0.13" }, "keywords": [ "winston", "transport", "nest", "logging" ], "scripts": { "clean": "git clean -xdf .turbo node_modules coverage dist tmp", "prebuild": "rimraf coverage dist tmp", "build": "tsup", "check-exports": "attw --pack .", "format": "biome format .", "lint": "biome check .", "typecheck": "tsc --noEmit", "ci:lint": "pnpm lint && pnpm tsc --noEmit", "unit-test": "vitest --run", "unit-test-coverage": "vitest --run --coverage", "unit-test-watch": "vitest" } }