{ "name": "commons", "version": "0.0.1", "private": true, "main": "index.js", "scripts": { "lint": "eslint . --ignore-path ../.eslintignore", "test": "NODE_ENV=test mocha" }, "dependencies": { "@mycrypto/gas-estimation": "^1.1.0", "gas-price-oracle": "^0.1.5", "web3-utils": "^1.3.0", "node-fetch": "^2.1.2" }, "devDependencies": { "bn-chai": "^1.0.1", "chai": "^4.2.0" } }