UNPKG

@hemantwasthere/monitoring-sdk

Version:

Centralized monitoring SDK for Node.js applications with Prometheus, Loki, and Grafana integration

77 lines (76 loc) 1.68 kB
{ "name": "@hemantwasthere/monitoring-sdk", "version": "3.2.9", "description": "Centralized monitoring SDK for Node.js applications with Prometheus, Loki, and Grafana integration", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist/", "README.md", "LICENSE" ], "scripts": { "build": "tsc", "dev": "tsc --watch", "prepublishOnly": "npm run build", "clean": "rm -rf dist", "test": "echo \"Tests will be added soon\" && exit 0" }, "keywords": [ "monitoring", "prometheus", "loki", "grafana", "metrics", "logging", "observability", "nodejs", "nestjs", "express", "apm" ], "author": "Hemant", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/hemantwasthere/monitoring-setup.git", "directory": "monitoring-sdk" }, "homepage": "https://github.com/hemantwasthere/monitoring-setup#readme", "bugs": { "url": "https://github.com/hemantwasthere/monitoring-setup/issues" }, "engines": { "node": ">=16.0.0" }, "dependencies": { "prom-client": "^15.1.0", "winston": "^3.11.0", "winston-loki": "^6.0.8", "express": "^4.18.2" }, "devDependencies": { "@types/express": "^4.17.21", "@types/node": "^20.10.0", "typescript": "^5.3.0" }, "peerDependencies": { "@nestjs/common": "^10.0.0", "@nestjs/core": "^10.0.0", "rxjs": "^7.0.0" }, "peerDependenciesMeta": { "@nestjs/common": { "optional": true }, "@nestjs/core": { "optional": true }, "rxjs": { "optional": true } }, "publishConfig": { "access": "public" } }