UNPKG

loggregate

Version:

A tool for aggregating and analyzing EVM blockchain events

44 lines 995 B
{ "name": "loggregate", "version": "0.0.9", "description": "A tool for aggregating and analyzing EVM blockchain events", "main": "lib/index.js", "bin": { "loggregate": "./bin/loggregate.js" }, "scripts": { "start": "node ./bin/loggregate.js", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "blockchain", "ethereum", "events", "hypersync", "terminal", "ui", "dashboard" ], "author": "denhampreen envio.dev", "license": "MIT", "dependencies": { "@envio-dev/hypersync-client": "^0.6.3", "blessed": "^0.1.81", "blessed-contrib": "^4.11.0", "chalk": "^5.4.1", "commander": "^12.0.0", "figlet": "^1.8.0", "node-fetch": "^3.3.2", "supports-color": "^10.0.0", "viem": "^2.9.6" }, "type": "module", "repository": { "type": "git", "url": "https://github.com/denhampreen/loggregate" }, "homepage": "https://envio.dev", "engines": { "node": ">=18.0.0" } }