{"name":"web3","version":"4.2.2","description":"Ethereum JavaScript API","main":"./lib/commonjs/index.js","module":"./lib/esm/index.js","exports":{".":{"types":"./lib/types/index.d.ts","import":"./lib/esm/index.js","require":"./lib/commonjs/index.js"}},"repository":{"type":"git","url":"git+https://github.com/ChainSafe/web3.js.git"},"engines":{"node":">=14.0.0","npm":">=6.12.0"},"author":{"name":"ChainSafe Systems"},"browser":"./dist/web3.min.js","license":"LGPL-3.0","keywords":["Ethereum","JavaScript","API"],"scripts":{"clean":"rimraf dist && rimraf lib","prebuild":"yarn clean","version:output":"[ -z $npm_package_version ] && rm ./src/version.ts || echo \"/* eslint-disable header/header */ export const Web3PkgInfo = { version: '$npm_package_version' };\" > ./src/version.ts","build":"yarn version:output && concurrently --kill-others-on-fail \"yarn:build:*(!web|check)\"","build:cjs":"tsc --build tsconfig.cjs.json && echo '{\"type\": \"commonjs\"}' > ./lib/commonjs/package.json","build:esm":"tsc --build tsconfig.esm.json && echo '{\"type\": \"module\"}' > ./lib/esm/package.json","build:types":"tsc --build tsconfig.types.json","build:web":"npx webpack","build:web:analyze":"npx webpack --config ./webpack.analyze.js","build:check":"node -e \"require('./lib')\"","lint":"eslint --ext .js,.ts .","lint:fix":"eslint --fix --ext .js,.ts .","format":"prettier --write '**/*'","test":"jest --config=./test/unit/jest.config.js","test:coverage:unit":"jest --config=./test/unit/jest.config.js --coverage=true --coverage-reporters=text","test:coverage:integration":"jest --config=./test/integration/jest.config.js --forceExit --coverage=true --coverage-reporters=text","test:e2e:mainnet":"jest --config=./test/e2e/jest.config.js --forceExit","test:e2e:sepolia":"jest --config=./test/e2e/jest.config.js --forceExit","test:sync:integration":"jest --config=./test/integration/jest.config.js ./test/integration/sync.test.ts","test:ci":"jest --coverage=true --coverage-reporters=json --verbose","test:watch":"npm test -- --watch","test:unit":"jest --config=./test/unit/jest.config.js","test:integration":"jest --config=./test/integration/jest.config.js --forceExit","test:blackbox:ganache:http":"./scripts/black_box_test.sh ganache http","test:blackbox:ganache:ws":"./scripts/black_box_test.sh ganache ws","test:blackbox:geth:http":"./scripts/black_box_test.sh geth http","test:blackbox:geth:ws":"./scripts/black_box_test.sh geth ws","test:blackbox:infura:http":"./scripts/black_box_test.sh infura http","test:blackbox:infura:ws":"./scripts/black_box_test.sh infura ws"},"devDependencies":{"@truffle/hdwallet-provider":"^2.0.12","@types/jest":"^28.1.6","@typescript-eslint/eslint-plugin":"^5.30.7","@typescript-eslint/parser":"^5.30.7","eslint":"^8.20.0","eslint-config-base-web3":"0.1.0","eslint-config-prettier":"^8.5.0","eslint-plugin-import":"^2.26.0","ethereum-cryptography":"^2.1.2","ganache":"^7.5.0","hardhat":"^2.12.2","in3":"^3.3.3","jest":"^28.1.3","jest-extended":"^3.0.1","prettier":"^2.7.1","ts-jest":"^28.0.7","typescript":"^4.7.4","web3-providers-ipc":"^4.0.7"},"dependencies":{"web3-core":"^4.3.1","web3-errors":"^1.1.4","web3-eth":"^4.3.1","web3-eth-abi":"^4.1.4","web3-eth-accounts":"^4.1.0","web3-eth-contract":"^4.1.3","web3-eth-ens":"^4.0.8","web3-eth-iban":"^4.0.7","web3-eth-personal":"^4.0.8","web3-net":"^4.0.7","web3-providers-http":"^4.1.0","web3-providers-ws":"^4.0.7","web3-rpc-methods":"^1.1.3","web3-types":"^1.3.1","web3-utils":"^4.0.7","web3-validator":"^2.0.3"},"gitHead":"a616752f406a8f52f754c5d2fb7343ff8c811b23","types":"./lib/commonjs/index.d.ts","bugs":{"url":"https://github.com/ChainSafe/web3.js/issues"},"homepage":"https://github.com/ChainSafe/web3.js#readme","_id":"web3@4.2.2","_nodeVersion":"18.16.0","_npmVersion":"lerna/6.6.2/node@v18.16.0+x64 (darwin)","dist":{"shasum":"3562e0b918a95adb0798945624e8e9377c699fdb","size":697874,"noattachment":false,"key":"/web3/-/web3-4.2.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/web3/download/web3-4.2.2.tgz"},"_npmUser":{"name":"jdevcs","email":"junaid@chainsafe.io"},"directories":{},"maintainers":[{"name":"alexey_krasnoperov","email":""},{"name":"gregthegreek","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/web3_4.2.2_1699014670695_0.21873069041284166"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-11-03T12:31:11.035Z","publish_time":1699014671035,"_source_registry_name":"default","_cnpm_publish_time":1699014671035,"dist-tags":{"dev":"4.16.1-dev.bf16917.0","latest":"4.16.0","legacy":"1.10.4","legacy-dev":"1.10.4-dev.0","rc":"4.1.0-rc.0","rc-legacy":"1.10.1-rc.0"}}