UNPKG

@guaritos/tracer-engine

Version:

A highly performant and scalable multi-hop, time-aware tracer for account-based blockchain transactions, designed for off-chain risk assessment and flow analysis.

53 lines (52 loc) 1.27 kB
{ "name": "@guaritos/tracer-engine", "version": "1.2.3", "description": "A highly performant and scalable multi-hop, time-aware tracer for account-based blockchain transactions, designed for off-chain risk assessment and flow analysis.", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "keywords": [ "blockchain", "token", "flow", "graph", "analysis", "risk-assessment", "multi-hop", "time-aware", "tracer", "off-chain" ], "author": "Guaritos (https://github.com/guaritos)", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/guaritos/tracer-engine.git" }, "bugs": { "url": "https://github.com/guaritos/tracer-engine/issues" }, "homepage": "https://github.com/guaritos/tracer-engine#readme", "devDependencies": { "@types/jest": "^30.0.0", "jest": "^30.0.4", "ts-jest": "^29.4.0", "ts-node": "^10.9.2", "tsup": "^8.5.0", "typescript": "^5.8.3" }, "private": false, "scripts": { "build": "tsc", "test": "jest", "lint": "eslint src/", "dev": "ts-node-dev src/index.ts" }, "prepare": "npm run build", "dependencies": { "pino": "^9.7.0", "pino-pretty": "^13.0.0" } }