{
  "name": "dashwallet",
  "version": "0.7.1",
  "description": "A more civilized wallet for a less civilized age",
  "main": "index.js",
  "bin": {},
  "files": [
    "index.js",
    "lib/",
    "dashwallet.js"
  ],
  "scripts": {
    "bump": "npm version -m \"chore(release): bump to v%s\"",
    "fmt": "npm run prettier",
    "lint": "npm run jshint && npm run tsc",
    "--------------": "-----------------------------------------",
    "jshint": "npx -p jshint@2.x -- jshint -c ./.jshintrc ./*.js",
    "prettier": "npx -p prettier@3.x -- prettier -w '**/*.{js,md}'",
    "reexport-types": "npx -p jswt@1.x -- reexport",
    "tsc": "! npx -p typescript@5.x -- tsc -p ./jsconfig.json | grep '\\.js(\\d\\+,\\d\\+): error' | grep -v '\\<node_modules/'",
    "-------------": "------------------------------------------",
    "prepublish": "npm run reexport-types",
    "test": "node ./tests/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dashhive/dashwallet.js.git"
  },
  "keywords": [
    "dash",
    "wallet",
    "xpub",
    "friends"
  ],
  "author": "AJ ONeal <aj@therootcompany.com> (https://throotcompany.com/)",
  "license": "SEE LICENSE IN LICENSE",
  "bugs": {
    "url": "https://github.com/dashhive/dashwallet.js/issues"
  },
  "homepage": "https://github.com/dashhive/dashwallet.js#readme",
  "dependencies": {
    "dashhd": "^3.3.0",
    "dashphrase": "^1.4.0",
    "dashsight": "^1.6.1",
    "dashtx": "^0.14.1"
  }
}
