{
  "name": "@xchainjs/xchain-radix",
  "version": "1.1.8",
  "description": "Custom Radix client and utilities used by XChainJS clients",
  "keywords": [
    "XRD",
    "Radix",
    "XChain"
  ],
  "author": "RadixDLT",
  "homepage": "https://github.com/xchainjs/xchainjs-lib",
  "license": "MIT",
  "main": "lib/index.js",
  "module": "lib/index.esm.js",
  "typings": "lib/index.d.ts",
  "directories": {
    "lib": "lib",
    "test": "__tests__"
  },
  "files": [
    "lib"
  ],
  "repository": {
    "type": "git",
    "url": "git@github.com:xchainjs/xchainjs-lib.git"
  },
  "scripts": {
    "clean": "rm -rf .turbo && rm -rf lib",
    "build": "yarn clean && rollup -c --bundleConfigAsCjs",
    "build:release": "yarn exec rm -rf release && yarn pack && yarn exec \"mkdir release && tar zxvf package.tgz --directory release && rm package.tgz\"",
    "test": "jest",
    "compile": "tsc -p tsconfig.build.json",
    "lint": "eslint \"{src,__tests__}/**/*.ts\" --fix --max-warnings 0",
    "fund": "ts-node src/utils.ts"
  },
  "publishConfig": {
    "access": "public",
    "directory": "release/package"
  },
  "dependencies": {
    "@radixdlt/babylon-gateway-api-sdk": "^1.4.1",
    "@radixdlt/radix-engine-toolkit": "^1.0.3",
    "@xchainjs/xchain-client": "1.0.10",
    "@xchainjs/xchain-crypto": "0.3.7",
    "@xchainjs/xchain-util": "1.0.8",
    "bech32": "^2.0.0",
    "bip32": "^4.0.0",
    "bip39": "^3.1.0",
    "ed25519-hd-key": "^1.3.0"
  }
}