{
  "name": "@exodus/key-utils",
  "version": "4.1.0",
  "author": "Exodus Movement, Inc.",
  "description": "Utilities to manage derivation paths and key identifier aspects.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ExodusMovement/exodus-hydra.git"
  },
  "homepage": "https://github.com/ExodusMovement/exodus-hydra/tree/master/libraries/key-utils",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ExodusMovement/exodus-hydra/issues?q=is%3Aissue+is%3Aopen+label%3Akey-utils"
  },
  "type": "module",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "exports": {
    ".": {
      "types": "./lib/index.d.ts",
      "default": "./lib/index.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "lib/",
    "README.md",
    "CHANGELOG.md"
  ],
  "devDependencies": {
    "@exodus/bip39": "^1.1.0",
    "@types/minimalistic-assert": "^1.0.1"
  },
  "scripts": {
    "build": "pnpm exec tsc -p tsconfig.build.json",
    "clean": "pnpm exec tsc --build --clean",
    "test": "pnpm exec exodus-test --jest --esbuild",
    "typecheck": "pnpm exec tsc -p tsconfig.json --noEmit",
    "lint": "pnpm exec tsc --noEmit && pnpm exec eslint .",
    "lint:fix": "pnpm run lint --fix",
    "prepublishOnly": "pnpm -w run build --scope @exodus/key-utils"
  },
  "dependencies": {
    "@exodus/bip32": "^4.2.0",
    "bip32-path": "^0.4.2",
    "minimalistic-assert": "^1.0.1"
  },
  "publishConfig": {
    "provenance": false
  },
  "gitHead": "bdcab2fa7aa27e5f0ec06dd4920727a173298813"
}
