{
    "name": "web3-eth",
    "version": "1.2.4",
    "description": "Web3 module to interact with the Ethereum blockchain and smart contracts.",
    "repository": "https://github.com/ethereum/web3.js/tree/1.x/packages/web3-eth",
    "license": "LGPL-3.0",
    "engines": {
        "node": ">=8.0.0"
    },
    "types": "types/index.d.ts",
    "scripts": {
        "dtslint": "dtslint types --onlyTestTsNext"
    },
    "main": "src/index.js",
    "dependencies": {
        "underscore": "1.9.1",
        "web3-core": "1.2.4",
        "web3-core-helpers": "1.2.4",
        "web3-core-method": "1.2.4",
        "web3-core-subscriptions": "1.2.4",
        "web3-eth-abi": "1.2.4",
        "web3-eth-accounts": "1.2.4",
        "web3-eth-contract": "1.2.4",
        "web3-eth-ens": "1.2.4",
        "web3-eth-iban": "1.2.4",
        "web3-eth-personal": "1.2.4",
        "web3-net": "1.2.4",
        "web3-utils": "1.2.4"
    },
    "devDependencies": {
        "definitelytyped-header-parser": "^1.0.1",
        "dtslint": "0.4.2"
    }
}
