{
  "name": "@thorchain/ledger-thorchain",
  "version": "0.1.0-alpha.2",
  "description": "Node API for THORChain App (Ledger Nano S/X)",
  "main": "lib/index.js",
  "module": "lib-es/index.js",
  "types": "lib/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/thorchain/ledger-thorchain-js.git"
  },
  "keywords": [
    "Ledger",
    "TypeScript",
    "Tendermint",
    "THORChain"
  ],
  "author": "THORChain",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/thorchain/ledger-thorchain-js/issues"
  },
  "homepage": "https://github.com/thorchain/ledger-thorchain-js",
  "dependencies": {
    "@ledgerhq/hw-transport": "^6.2.0",
    "bech32": "^2.0.0",
    "ripemd160": "^2.0.2"
  },
  "devDependencies": {
    "@ledgerhq/hw-transport-node-hid": "^6.2.1",
    "@ledgerhq/hw-transport-webhid": "^6.2.0",
    "@ledgerhq/hw-transport-webusb": "^6.2.0",
    "@ledgerhq/logs": "^6.2.0",
    "@types/jest": "^26.0.24",
    "@types/ledgerhq__hw-transport": "^4.21.4",
    "@types/node": "^16.4.8",
    "@types/node-hid": "^1.3.1",
    "@types/ripemd160": "^2.0.0",
    "@types/secp256k1": "^4.0.3",
    "@vue/cli-plugin-babel": "^4.5.13",
    "@vue/cli-service": "^4.5.13",
    "bip32": "2.0.6",
    "bip39": "3.0.4",
    "core-js": "^3.16.0",
    "crypto-js": "4.1.1",
    "dotenv": "^10.0.0",
    "index.js": "^0.0.3",
    "jest": "^27.0.6",
    "prettier": "^2.3.2",
    "rimraf": "^3.0.2",
    "secp256k1": "^4.0.2",
    "ts-jest": "^27.0.4",
    "typescript": "^4.3.5",
    "vue": "^2.6.14",
    "vue-template-compiler": "^2.6.14"
  },
  "scripts": {
    "clean": "rimraf \"{lib,lib-es}\"/**",
    "build": "yarn clean && tsc && tsc -m ES6 --outDir lib-es",
    "test": "jest",
    "lint": "eslint \"{src,__tests__}/**/*.ts\" --fix --max-warnings 0",
    "prepublishOnly": "yarn build",
    "test:unit": "jest -c jest.config.unit.js",
    "test:e2e": "jest -c jest.config.e2e.js --runInBand --detectOpenHandles",
    "serve": "openssl req -nodes -new -x509 -config certs/openssl.cnf -keyout certs/server.key -out certs/server.cert; openssl x509 -in certs/server.cert -out certs/cert.pem -outform PEM; vue-cli-service serve vue_example/main.js"
  },
  "moduleDirectories": [
    "node_modules",
    "lib"
  ],
  "publishConfig": {
    "access": "public"
  }
}
