UNPKG

grafana-logger

Version:

A functional logging package for Grafana with structured JSON output

30 lines (29 loc) 698 B
{ "name": "grafana-logger", "version": "1.1.3", "description": "A functional logging package for Grafana with structured JSON output", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "test": "echo \"Error: no test specified\" && exit 1", "prepublishOnly": "npm run build" }, "files": [ "dist/**/*" ], "keywords": [ "logging", "grafana", "structured-logging", "json", "pino-compatible" ], "author": "", "license": "ISC", "devDependencies": { "@types/node": "^20.0.0", "typescript": "^5.0.0" } }