{
  "name": "envio",
  "version": "3.2.1",
  "type": "module",
  "description": "A latency and sync speed optimized, developer friendly blockchain data indexer.",
  "bin": "./bin.mjs",
  "main": "./index.js",
  "types": "./index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/enviodev/hyperindex.git"
  },
  "author": "envio contributors <about@envio.dev>",
  "license": "GPL-3.0",
  "bugs": {
    "url": "https://github.com/enviodev/hyperindex/issues"
  },
  "homepage": "https://envio.dev",
  "keywords": [
    "blockchain",
    "indexer",
    "ethereum",
    "evm",
    "fuel",
    "solana",
    "data",
    "dapp"
  ],
  "engines": {
    "node": ">=22.0.0"
  },
  "files": [
    "bin.mjs",
    "evm.schema.json",
    "fuel.schema.json",
    "svm.schema.json",
    "rescript.json",
    "index.d.ts",
    "index.js",
    "src"
  ],
  "dependencies": {
    "@clickhouse/client": "1.17.0",
    "@elastic/ecs-pino-format": "1.4.0",
    "@envio-dev/hyperfuel-client": "1.2.2",
    "@fuel-ts/crypto": "0.96.1",
    "@fuel-ts/errors": "0.96.1",
    "@fuel-ts/hasher": "0.96.1",
    "@fuel-ts/math": "0.96.1",
    "@fuel-ts/utils": "0.96.1",
    "bignumber.js": "9.3.1",
    "eventsource": "4.1.0",
    "js-sdsl": "4.4.2",
    "express": "4.19.2",
    "pino": "10.3.1",
    "pino-pretty": "13.1.3",
    "prom-client": "15.1.3",
    "yargs": "17.7.2",
    "@rescript/runtime": "12.2.0",
    "rescript-schema": "9.5.1",
    "viem": "2.46.2",
    "dotenv": "16.4.5",
    "date-fns": "3.3.1",
    "@rescript/react": "0.14.1",
    "react": "19.2.5",
    "ink": "6.8.0",
    "ink-big-text": "2.0.0",
    "ink-spinner": "5.0.0",
    "postgres": "3.4.8",
    "tsx": "4.21.0"
  },
  "optionalDependencies": {
    "envio-linux-x64": "3.2.1",
    "envio-linux-x64-musl": "3.2.1",
    "envio-linux-arm64": "3.2.1",
    "envio-darwin-x64": "3.2.1",
    "envio-darwin-arm64": "3.2.1"
  }
}
