flashbot-sdk
Version:
A simple wrapper for the Flashbots API with TypeScript support and latest ethers.js compatibility.
32 lines (31 loc) • 623 B
JSON
{
"name": "flashbot-sdk",
"version": "0.1.0",
"main": "./dist/index.js",
"types": "./dist/types.d.ts",
"type": "module",
"scripts": {
"compile": "bun build ./ --outdir ./dist --target node --packages external"
},
"repository": {
"type": "git",
"url": "git+https://github.com/on1force/flashbot-sdk.git"
},
"license": "MIT",
"author": "on1force",
"keywords": [
"flashbots",
"sdk",
"ethers",
"flashbots-sdk"
],
"devDependencies": {
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"dependencies": {
"ethers": "^6.13.2"
}
}