{
    "name": "web3-core-method",
    "version": "1.2.4",
    "description": "Creates the methods on the web3 modules. This is an internal package.",
    "repository": "https://github.com/ethereum/web3.js/tree/1.x/packages/web3-core-method",
    "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-helpers": "1.2.4",
        "web3-core-promievent": "1.2.4",
        "web3-core-subscriptions": "1.2.4",
        "web3-utils": "1.2.4"
    },
    "devDependencies": {
        "definitelytyped-header-parser": "^1.0.1",
        "dtslint": "0.4.2"
    }
}
