{
    "name": "bif-core-ens",
    "version": "1.3.20",
    "description": "ENS support for web3.",
    "repository": "https://github.com/ethereum/web3.js/tree/1.x/packages/bif-core-ens",
    "license": "LGPL-3.0",
    "engines": {
        "node": ">=8.0.0"
    },
    "types": "types/index.d.ts",
    "scripts": {
        "tsc": "tsc -b tsconfig.json",
        "dtslint": "dtslint --localTs ../../node_modules/typescript/lib  types"
    },
    "main": "lib/index.js",
    "dependencies": {
        "bif-core-abi": "1.3.20",
        "bif-core-contract": "1.3.20",
        "bif-tool": "1.3.13",
        "bif-tool-helpers": "1.3.8",
        "bif-tool-promievent": "1.3.4",
        "bif-utils": "1.3.8",
        "content-hash": "^2.5.2",
        "eth-ens-namehash": "2.0.8",
        "underscore": "1.9.1"
    },
    "devDependencies": {
        "dtslint": "^3.4.1",
        "typescript": "^3.9.5"
    },
    "gitHead": "f72c30f74efc92ea740a6139fc85e224b6466dc0"
}
