{
  "name": "send-bch",
  "version": "1.0.0",
  "description": "Create an HDNode wallet",
  "main": "send-bch.js",
  "scripts": {
    "test": "echo no tests yet",
    "start": "node send-bch.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Bitcoin-com/wormhole-sdk.git"
  },
  "keywords": [
    "wormhole-sdk",
    "example"
  ],
  "author": "Chris Troutner <chris.troutner@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Bitcoin-com/wormhole-sdk/issues"
  },
  "homepage": "https://github.com/Bitcoin-com/wormhole-sdk#readme",
  "dependencies": {
    "wormhole-sdk": "^1.0.4"
  }
}
