{
  "name": "@fuel-ts/hdwallet",
  "version": "0.73.0",
  "description": "The Hierarchal Desterministic (HD) Wallet",
  "author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "engines": {
    "node": "^18.18.2 || ^20.0.0"
  },
  "exports": {
    ".": {
      "require": "./dist/index.js",
      "import": "./dist/index.mjs",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "dist"
  ],
  "license": "Apache-2.0",
  "dependencies": {
    "ethers": "^6.7.1",
    "@fuel-ts/math": "0.73.0",
    "@fuel-ts/mnemonic": "0.73.0",
    "@fuel-ts/signer": "0.73.0",
    "@fuel-ts/errors": "0.73.0"
  },
  "scripts": {
    "build": "tsup",
    "postbuild": "tsx ../../scripts/postbuild.ts"
  }
}