{
  "name": "@flarenetwork/flare-stake-tool",
  "version": "4.1.3",
  "description": "Utilities for staking on the Flare network",
  "bin": {
    "flare-stake-tool": "bin/flare-stake-tool"
  },
  "scripts": {
    "tsc": "tsc",
    "build": "rimraf dist/ && yarn tsc -b",
    "interactive": "bin/flare-stake-tool interactive"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/flare-foundation/flare-stake-tool.git"
  },
  "keywords": [
    "Flare",
    "blockchain",
    "defi"
  ],
  "files": [
    "dist",
    "bin"
  ],
  "author": "Flare Networks",
  "homepage": "https://github.com/flare-foundation/flare-stake-tool#readme",
  "license": "MIT",
  "dependencies": {
    "@avalabs/hw-app-avalanche": "^0.14.4",
    "@emotion/react": "^11.13.5",
    "@emotion/styled": "^11.13.5",
    "@ethereumjs/common": "^4.1.0",
    "@ethereumjs/rlp": "^5.0.1",
    "@ethereumjs/tx": "^5.0.0",
    "@flarenetwork/flarejs": "^4.0.5",
    "@ledgerhq/hw-app-eth": "^6.42.0",
    "@ledgerhq/hw-transport-node-hid": "^6.29.5",
    "@ledgerhq/hw-transport-webhid": "^6.29.4",
    "@metamask/detect-provider": "^2.0.0",
    "@mui/material": "^5.16.9",
    "@mui/x-data-grid": "^6.20.4",
    "@trezor/connect-web": "^9.4.5",
    "@zondax/ledger-flare": "^1.1.0",
    "bech32": "^2.0.0",
    "bn.js": "^5.2.1",
    "buffer": "^6.0.3",
    "clear": "^0.1.0",
    "commander": "^13.1.0",
    "dotenv": "^16.4.7",
    "elliptic": "^6.5.4",
    "ethereumjs-util": "^7.1.5",
    "ethers": "^6.13.5",
    "ethersV5": "npm:ethers@5.7",
    "figlet": "^1.6.0",
    "inquirer": "8.0",
    "node-fetch": "^3.3.2",
    "rimraf": "^5.0.1",
    "typescript": "^5.8.2",
    "web3": "^4.16.0",
    "web3-utils": "^4.3.3",
    "chalk": "^4.1.2"
  },
  "devDependencies": {
    "@eslint/js": "^9.26.0",
    "@types/clear": "^0.1.2",
    "@types/elliptic": "^6.4.15",
    "@types/figlet": "^1.5.6",
    "@types/inquirer": "9.0.3",
    "@typescript-eslint/eslint-plugin": "^8.17.0",
    "@typescript-eslint/parser": "^8.17.0",
    "eslint": "^9.26.0",
    "globals": "^16.1.0",
    "typescript-eslint": "^8.32.0"
  }
  ,
  "resolutions": {
    "chalk": "4.1.2"
  }
}
