Viewing File: /home/ubuntu/misabloom-frontend-base/node_modules/web3-eth-contract/package.json

{
    "name": "web3-eth-contract",
    "version": "1.8.0",
    "description": "Web3 module to interact with Ethereum smart contracts.",
    "repository": "https://github.com/ethereum/web3.js/tree/1.x/packages/web3-eth-contract",
    "license": "LGPL-3.0",
    "engines": {
        "node": ">=8.0.0"
    },
    "types": "types/index.d.ts",
    "scripts": {
        "compile": "tsc -b tsconfig.json",
        "dtslint": "dtslint --localTs ../../node_modules/typescript/lib types"
    },
    "main": "lib/index.js",
    "dependencies": {
        "@types/bn.js": "^5.1.0",
        "web3-core": "1.8.0",
        "web3-core-helpers": "1.8.0",
        "web3-core-method": "1.8.0",
        "web3-core-promievent": "1.8.0",
        "web3-core-subscriptions": "1.8.0",
        "web3-eth-abi": "1.8.0",
        "web3-utils": "1.8.0"
    },
    "devDependencies": {
        "dtslint": "^3.4.1",
        "typescript": "^3.9.5"
    },
    "gitHead": "59b657b8c02af05575dc2d0ed321fa7d3aa8eaf6"
}
Back to Directory File Manager