{
  "name": "libbwt",
  "version": "0.2.4",
  "author": "Nadav Ivgi",
  "description": "A library for programmatically controlling the Bitcoin Wallet Tracker daemons",
  "keywords": [
    "bitcoin",
    "electrum-server",
    "hd-wallet",
    "bitcoin-api",
    "xpub"
  ],
  "repository": "https://github.com/bwt-dev/libbwt-nodejs.git",
  "license": "MIT",
  "homepage": "https://github.com/bwt-dev/libbwt-nodejs",
  "scripts": {
    "dist": "./build.sh",
    "postinstall": "./postinstall.js"
  },
  "dependencies": {
    "debug": "^4.3.1",
    "ffi-napi": "^3.0.1",
    "ref-napi": "^3.0.1",
    "tar": "^6.1.0"
  },
  "files": [
    "index.js",
    "postinstall.js",
    "LIBBWT-SHA256SUMS",
    "npm-shrinkwrap.json",
    "README.md"
  ]
}
