Viewing File: /home/ubuntu/vedadeals-frontend-base/node_modules/web3-utils/package.json

{
    "name": "web3-utils",
    "version": "1.8.0",
    "description": "Collection of utility functions used in web3.js.",
    "repository": "https://github.com/ethereum/web3.js/tree/1.x/packages/web3-utils",
    "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": {
        "bn.js": "^5.2.1",
        "ethereum-bloom-filters": "^1.0.6",
        "ethereumjs-util": "^7.1.0",
        "ethjs-unit": "0.1.6",
        "number-to-bn": "1.7.0",
        "randombytes": "^2.1.0",
        "utf8": "3.0.0"
    },
    "devDependencies": {
        "dtslint": "^3.4.1",
        "typescript": "^3.9.5"
    },
    "gitHead": "59b657b8c02af05575dc2d0ed321fa7d3aa8eaf6"
}
Back to Directory File Manager