wizinsight
Version:
A lightweight performance monitoring & health tracking library for hyperwiz with Discord alerts and smart request optimization. Track API requests, monitor endpoint health, and get instant alerts when issues arise.
64 lines • 1.5 kB
JSON
{
"name": "wizinsight",
"version": "1.0.2",
"description": "A lightweight performance monitoring & health tracking library for hyperwiz with Discord alerts and smart request optimization. Track API requests, monitor endpoint health, and get instant alerts when issues arise.",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
}
},
"files": [
"dist"
],
"scripts": {
"build": "tsup"
},
"peerDependencies": {
"hyperwiz": "^1.0.9"
},
"devDependencies": {
"typescript": "^5.0.0",
"tsup": "^8.0.0",
"@types/node": "^20.0.0"
},
"keywords": [
"hyperwiz",
"performance",
"monitoring",
"health-check",
"metrics",
"client-side",
"api-monitoring",
"discord-alerts",
"lightweight",
"optimization",
"request-tracking",
"error-handling",
"typescript",
"nodejs",
"javascript",
"api-health",
"uptime-monitoring",
"performance-tracking",
"webhook",
"alerting",
"production-ready",
"zero-config",
"automatic-monitoring"
],
"author": "Parth Tyagi",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/wizforge/wizinsight.git"
},
"bugs": {
"url": "https://github.com/wizforge/wizinsight/issues"
},
"homepage": "https://wizinsight.vercel.app"
}