{
  "name": "@xchainjs/xchain-zcash",
  "version": "1.0.9",
  "description": "Custom Zcash client and utilities used by XChainJS clients",
  "keywords": [
    "XChain",
    "Zcash"
  ],
  "author": "XChainJS",
  "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",
    "e2e": "jest --config jest.config.e2e.mjs",
    "lint": "eslint \"{src,__tests__}/**/*.ts\" --fix --max-warnings 0",
    "postversion": "git push --follow-tags"
  },
  "dependencies": {
    "@bitcoin-js/tiny-secp256k1-asmjs": "^2.2.3",
    "@mayaprotocol/zcash-js": "1.0.7",
    "@scure/bip32": "^1.7.0",
    "@xchainjs/xchain-client": "2.0.8",
    "@xchainjs/xchain-crypto": "1.0.6",
    "@xchainjs/xchain-util": "2.0.4",
    "@xchainjs/xchain-utxo": "2.0.8",
    "@xchainjs/xchain-utxo-providers": "2.0.8",
    "ecpair": "2.1.0"
  },
  "publishConfig": {
    "access": "public",
    "directory": "release/package"
  },
  "devDependencies": {
    "@types/blake2b-wasm": "^2.4.3",
    "@types/js-yaml": "^4.0.9",
    "@types/lodash": "^4.17.13",
    "axios-mock-adapter": "^2.1.0"
  }
}