{
  "dependencies": {
    "@types/bitcoinjs-lib": "^5.0.0",
    "@types/bn.js": "^5.1.0",
    "@types/node": "^14.14.0",
    "@types/secp256k1": "^4.0.2",
    "bignumber.js": "^9.0.1",
    "likloadm-ethereumjs-util": "latest",
    "bip66": "^1.1.5",
    "bn.js": "^5.2.0",
    "buffer": "^5.1.0",
    "buffer-reverse": "^1.0.1",
    "chai": "^4.3.4",
    "crypto": "^1.0.1",
    "elliptic": "6.5.4",
    "ethers": "^5.0.23",
    "hash.js": "^1.1.7",
    "pushdata-bitcoin": "^1.0.1",
    "safe-buffer": "^5.1.1",
    "secp256k1": "^4.0.2",
    "typedarray-to-buffer": "^4.0.0",
    "typeforce": "^1.18.0",
    "typescript": "^4.1.2",
    "varuint-bitcoin": "1.1.0",
    "wif": "^2.0.6"
  },
  "name": "liklo-qtum-ethers-wrapper",
  "version": "1.0.0",
  "main": "./build/main/index.js",
  "license": "",
  "homepage": "https://github.com/qtumproject/qtum-ethers",
  "repository": {
      "type": "git",
      "url": "git@github.com:qtumproject/qtum-ethers"
  },
  "keywords": [
    "Ethereum",
    "ethers",
    "QTUM"
  ],
  "scripts": {
    "build": "yarn build:main && yarn build:module",
    "build:main": "tsc -p tsconfig.json",
    "build:module": "tsc -p tsconfig.module.json",
    "test": "mocha --exit --timeout 0 ./src/tests/*.tests.ts",
    "clean": "rm -rf build"
  },
  "devDependencies": {
    "@types/chai": "^4.2.18",
    "@types/ethereum-protocol": "^1.0.2",
    "@types/mocha": "^8.2.2",
    "ethereum-protocol": "^1.0.1",
    "mocha": "^8.4.0"
  }
}
