UNPKG

@trap_stevo/logtide

Version:

A groundbreaking OTA (Over-The-Air) logging system that seamlessly connects and communicates logs across any application. Transform the way you monitor and manage data with a tool that redefines real-time logging, putting unmatched power and precision at

36 lines (35 loc) 1.14 kB
{ "name": "@trap_stevo/logtide", "version": "0.0.28", "description": "A groundbreaking OTA (Over-The-Air) logging system that seamlessly connects and communicates logs across any application. Transform the way you monitor and manage data with a tool that redefines real-time logging, putting unmatched power and precision at your fingertips.", "main": "dist/cjs/index.js", "scripts": { "build": "babel src -d dist/cjs --env-name cjs", "start": "node dist/cjs/index.js" }, "keywords": [ "logging", "real-time", "logtide", "nodejs", "log", "ota", "remote-logging", "over-the-air", "log-communication" ], "author": "Steven Compton", "license": "See License in LICENSE.md", "dependencies": { "@trap_stevo/iotide": "^0.0.44", "@trap_stevo/iotide-client": "^0.0.26", "@trap_stevo/loml": "^0.0.10" }, "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" } }