@trap_stevo/metrictide-client
Version:
A resilient, smart client designed to stream, store, and query metrics to and from a MetricTide analytics server. Whether you're tracking product usage, performance signals, or user behavior, MetricTide Client offers seamless integration, offline robustne
81 lines (80 loc) • 2.72 kB
JSON
{
"name": "@trap_stevo/metrictide-client",
"version": "0.0.7",
"description": "A resilient, smart client designed to stream, store, and query metrics to and from a MetricTide analytics server. Whether you're tracking product usage, performance signals, or user behavior, MetricTide Client offers seamless integration, offline robustness, and predictive insights out of the box.",
"module": "dist/esm/HUDMetricTide.mjs",
"exports": {
".": {
"import": "./dist/esm/HUDMetricTide.mjs"
}
},
"scripts": {
"build:esm": "babel src --out-dir dist/esm --env-name esm --extensions \".js,.mjs\" && node rename-extensions.js dist/esm .js .mjs",
"build": "npm run build:esm",
"start": "npm run start:esm",
"start:esm": "node dist/esm/HUDMetricTide.mjs"
},
"keywords": [
"Legendary",
"Enlightened",
"Steven Compton",
"Magical",
"analytics",
"metrics",
"metric reporting",
"metric tracking",
"telemetry",
"real-time analytics",
"real-time metrics",
"offline analytics",
"client-side analytics",
"frontend analytics",
"data tracking",
"data aggregation",
"time series",
"trend analysis",
"forecasting",
"prediction",
"data insights",
"data monitoring",
"operational metrics",
"custom tags",
"data segmentation",
"data visualization",
"event-driven analytics",
"event-driven",
"observability",
"monitoring",
"dashboard integration",
"kpi tracking",
"analytics client",
"metrics client",
"reporting client",
"analytics reporter",
"telemetry reporter",
"modular analytics",
"extensible analytics",
"plugin system",
"session communication",
"lightweight analytics",
"sync client",
"browser analytics",
"sdk",
"metric tide"
],
"author": "Steven Compton",
"license": "See License in LICENSE.md",
"copyright": "© 2025 Hassan Steven Compton. All rights reserved.",
"devDependencies": {
"@babel/cli": "^7.24.8",
"@babel/core": "^7.25.2",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.24.7",
"@babel/preset-env": "^7.25.3",
"@babel/preset-react": "^7.24.7"
},
"dependencies": {
"@trap_stevo/connect-pulse": "^0.0.13",
"@trap_stevo/verilink": "^0.0.3"
}
}