{
  "name": "staker",
  "version": "0.51.0",
  "description": "Command line Utillity for Ethereum stakers",
  "bin": {
    "staker": "./dist/cli.js"
  },
  "files": [
    "dist/**",
    "src/**"
  ],
  "scripts": {
    "start": "babel-node --presets @babel/preset-env src/cli.js",
    "build": "babel --root-mode=upward ./src --out-dir ./dist --copy-files",
    "prepublish": "npm run build",
    "doc": "documentation build src -f html -o docs",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gasolin/stakerwatch.git"
  },
  "keywords": [
    "saihubot",
    "cli",
    "saihubot-skill",
    "ethereum",
    "defi",
    "beacon",
    "gasfee",
    "xdai",
    "bsc",
    "matic",
    "polygon",
    "zksync",
    "optimism",
    "heco"
  ],
  "author": "Fred Lin <gasolin+saihubot@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/gasolin/stakerwatch/issues"
  },
  "homepage": "http://stakerwat.ch/",
  "dependencies": {
    "comma-number": "^2.1.0",
    "humanize-duration": "^3.27.1",
    "ink-table": "^3.0.0",
    "react": "^17.0.2",
    "saihubot": "^0.38.0",
    "saihubot-cli-adapter": "^0.38.1",
    "staker-contracts": "^0.51.0",
    "staker-freenodes": "^0.51.0",
    "staker-hooks": "^0.49.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.17.6",
    "@babel/core": "^7.17.7",
    "@babel/eslint-parser": "^7.17.0",
    "@babel/node": "^7.16.8",
    "@babel/preset-env": "^7.16.11",
    "@babel/preset-react": "^7.16.7",
    "@babel/register": "^7.17.7",
    "chalk": "^5.0.1",
    "eslint": "^8.11.0",
    "eslint-config-google": "^0.14.0",
    "eslint-plugin-react": "^7.29.4",
    "eslint-plugin-react-hooks": "^4.3.0"
  },
  "gitHead": "c9b9fdfd3e2c5d5fbd0b0b419737af64871771f8"
}
