{
  "name": "@magickbase/hw-app-ckb",
  "version": "0.2.0-alpha.0",
  "description": "Ledger Hardware Wallet Nervos CKB API",
  "keywords": [
    "Ledger",
    "LedgerWallet",
    "ckb",
    "NanoS",
    "Blue",
    "Hardware Wallet"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/magickbase/hw-app-ckb"
  },
  "bugs": {
    "url": "https://github.com/magickbase/hw-app-ckb/issues"
  },
  "homepage": "https://github.com/magickbase/hw-app-ckb",
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "lib"
  ],
  "main": "lib/Ckb.js",
  "module": "lib-es/Ckb.js",
  "license": "Apache-2.0",
  "dependencies": {
    "@ledgerhq/hw-transport": "^5.9.0",
    "bech32": "2.0.0",
    "bip32-path": "0.4.2",
    "blake2b-wasm": "2.1.0"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-eslint": "^8.0.2",
    "babel-preset-env": "^1.7.0",
    "babel-preset-flow": "^6.23.0",
    "babel-preset-react": "^6.24.1",
    "babel-preset-stage-0": "^6.24.1",
    "flow-bin": "^0.118.0",
    "flow-copy-source": "^2.0.8",
    "flow-typed": "^2.6.1"
  },
  "scripts": {
    "flow": "flow",
    "clean": "bash script/clean.sh",
    "build": "bash script/build.sh",
    "prepare": "bash script/build.sh",
    "watch": "bash script/watch.sh",
    "doc": "bash script/doc.sh",
    "prepack": "bash script/build.sh"
  }
}
