{
  "name": "solana-tpu-client",
  "version": "2.0.0-alpha.7",
  "type": "module",
  "description": "TPU-direct Solana transaction submission for @solana/kit apps. QUIC, staked QoS, stake-weighted stream allocation, observability events.",
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "exports": {
    ".": {
      "types": "./lib/index.d.ts",
      "import": "./lib/index.js"
    }
  },
  "sideEffects": false,
  "keywords": [
    "solana",
    "tpu",
    "quic",
    "transaction",
    "leader",
    "mev",
    "kit",
    "web3",
    "blockchain"
  ],
  "files": [
    "lib",
    "README.md",
    "LICENSE",
    "MIGRATION.md",
    "CHANGELOG.md"
  ],
  "engines": {
    "node": ">=22.11"
  },
  "author": "Lars van der Zande <lmvanderzande@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lmvdz/tpu-client.git"
  },
  "bugs": {
    "url": "https://github.com/lmvdz/tpu-client/issues"
  },
  "homepage": "https://github.com/lmvdz/tpu-client#readme",
  "peerDependencies": {
    "@matrixai/logger": "^4.0.3",
    "@peculiar/x509": "^1.12.0",
    "@solana/kit": "^6.8.0"
  },
  "devDependencies": {
    "@matrixai/logger": "^4.0.3",
    "@matrixai/quic": "github:lmvdz/js-quic#release/tpu-fix",
    "@peculiar/x509": "^1.12.0",
    "@solana-program/system": "^0.6.0",
    "@solana/kit": "^6.8.0",
    "@types/node": "^22",
    "@typescript-eslint/eslint-plugin": "^7.11.0",
    "@typescript-eslint/parser": "^7.11.0",
    "eslint": "^8.57.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-prettier": "^5.1.3",
    "prettier": "^3.3.0",
    "tsx": "^4.16.0",
    "typescript": "^5.9.3",
    "vitest": "^4.1.4"
  },
  "scripts": {
    "build": "tsc",
    "test": "vitest run",
    "test:unit": "vitest run test/unit",
    "test:integration": "TPU_INTEGRATION=1 vitest run test/integration",
    "lint": "eslint . --ext ts",
    "format": "prettier --write './src/**/*.ts'",
    "typecheck": "tsc --noEmit",
    "smoke:firedancer": "tsx scripts/firedancer-smoke.ts",
    "smoke:devnet": "DEVNET_SMOKE=1 tsx scripts/devnet-smoke.ts"
  },
  "dependencies": {
    "@matrixai/quic": "github:lmvdz/js-quic#release/tpu-fix"
  },
  "overrides": {
    "@matrixai/quic": "github:lmvdz/js-quic#release/tpu-fix"
  }
}
