UNPKG

@solsdk/jito-ts

Version:

## What is it and why do you need it?

77 lines (76 loc) 1.77 kB
{ "author": "@solsdk", "license": "MIT", "name": "@solsdk/jito-ts", "version": "4.2.2", "main": "dist/index.js", "types": "dist/index.d.ts", "prepublish": "tsc", "publishConfig": { "access": "public" }, "dependencies": { "@grpc/grpc-js": "^1.8.13", "@nealireverse_dev/utils": "^1.0.3", "@noble/ed25519": "^1.7.1", "@solana/web3.js": "~1.77.3", "@types/bs58": "^4.0.4", "agentkeepalive": "^4.3.0", "bs58": "^6.0.0", "dotenv": "^16.0.3", "jayson": "^4.0.0", "node-fetch": "^2.6.7", "rpc-websockets": "7.10.0", "superstruct": "^1.0.3" }, "devDependencies": { "@types/google-protobuf": "^3.15.6", "@types/node": "^22.9.1", "@types/node-fetch": "^2.6", "@types/uuid": "^10.0.0", "grpc-tools": "^1.12.3", "gts": "^3.1.1", "protoc-gen-ts": "^0.8.5", "ts-proto": "~1.138.0", "ts-protoc-gen": "~0.15.0", "typescript": "^5.6.3" }, "scripts": { "gen-block-engine": "./scripts/gen-block-engine-protos submods/mev-protos", "gen-geyser": "./scripts/gen-geyser-protos submods/geyser-grpc-plugin/proto/proto", "lint": "gts lint", "clean": "gts clean", "compile": "tsc", "fix": "gts fix", "run:geyser": "yarn tsc && node dist/examples/geyser/index", "run:simple_bundle": "yarn tsc && node dist/examples/simple_bundle/index" }, "keywords": [ "solana", "jito", "mev", "block-engine", "geyser", "sdk", "typescript", "blockchain", "bundles", "grpc", "relayer", "searcher", "tip", "validator", "streaming", "rpc", "web3", "defi", "crypto", "high-frequency", "trading", "analytics", "bot", "solana-sdk", "solana-mev", "jito-labs" ] }