UNPKG

@mindpath/logger

Version:

Custom logging module to print logs on console, file or sent it to logs visualization application such as grafana

54 lines (53 loc) 1.33 kB
{ "name": "@mindpath/logger", "title": "logger module", "version": "0.0.3", "description": "Custom logging module to print logs on console, file or sent it to logs visualization application such as grafana", "main": "dist/src/index.js", "types": "dist/src/index.d.ts", "scripts": { "build": "tsc", "build:watch": "tsc --watch", "test": "echo \"Error: no test specified\" && exit 1", "prepublish": "tsc" }, "author": "MindPath – Intelligent Solutions <engineering@mindpathtech.com>", "homepage": "https://github.com/mindpath-tech/logger/blob/master/README.md", "repository": { "type": "git", "url": "git+https://github.com/mindpath-tech/logger.git" }, "keywords": [ "logger", "log", "logs", "logging", "console log", "file log", "grafana", "kibana", "loki transport", "elastic search", "log provider" ], "license": "MIT", "maintainers": [ "MindPath – Intelligent Solutions <engineering@mindpathtech.com>" ], "dependencies": { "winston": "3.3.3", "winston-loki": "6.0.1" }, "devDependencies": { "@types/node": "14.14.34", "tslint": "6.1.3", "typescript": "4.1.3" }, "files": [ "dist/src/*", "README.md" ], "bugs": { "url": "https://github.com/mindpath-tech/logger/issues" } }