{
    "name": "@blockswaplab/stakehouse-sdk",
    "version": "5.6.48",
    "description": "SDK built to interact with the Stakehouse Protocol",
    "main": "config.js",
    "exports": {
        ".": "./config.js"
    },
    "scripts": {
        "test": "mocha ./test/**/*.test.js --timeout 20000 --recursive"
    },
    "dependencies": {
        "@blockswaplab/lsd-protocol-abis": "1.4.2",
        "@blockswaplab/stakehouse-protocol-abis": "^2.2.6",
        "@chainsafe/bls": "^6.0.3",
        "@chainsafe/bls-keygen": "^0.3.0",
        "@chainsafe/bls-keystore": "^2.0.0",
        "@chainsafe/lodestar-beacon-state-transition": "^0.33.0",
        "@chainsafe/lodestar-config": "^0.33.0",
        "@chainsafe/lodestar-params": "^0.33.0",
        "@chainsafe/lodestar-types": "^0.33.0",
        "@metamask/eth-sig-util": "^4.0.1",
        "axios": "^0.24.0",
        "bigdecimal": "^0.6.1",
        "ethereumjs-util": "^7.1.5",
        "ethers": "^5.5.3",
        "graphql": "^16.1.0",
        "graphql-request": "^3.7.0",
        "lodash": "^4.17.21"
    },
    "devDependencies": {
        "chai": "^4.3.4",
        "mocha": "^10.0.0"
    }
}
