{
  "name": "althashjs-wallet",
  "version": "0.2.3",
  "description": "A toolkit for building althashjs light wallets",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "start-services": "./scripts/start-services.sh",
    "build": "tsc -w",
    "bundle": "webpack --config webpack.config.js",
    "clean": "docker-compose stop && docker-compose rm -f && rm -rf ./data && rm -rf lib",
    "test": "tsc && mocha lib/**/*.test.js",
    "test-watch": "tsc -w & mocha -w lib/**/*.test.js"
  },
  "keywords": [],
  "author": "Leandro Machado",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/machado-rev/althashjs-wallet.git"
  },
  "devDependencies": {
    "@types/bitcoinjs-lib": "^3.3.1",
    "@types/chai": "^4.1.2",
    "@types/mocha": "^2.2.48",
    "@types/node": "^8.9.1",
    "chai": "^4.1.2",
    "mocha": "^5.2.0",
    "ts-loader": "^4.3.1",
    "tslint": "^5.11.0",
    "typescript": "^3.0.1",
    "webpack": "^4.16.5",
    "webpack-cli": "^3.1.0"
  },
  "dependencies": {
    "@types/bip38": "^2.0.0",
    "@types/secp256k1": "^3.5.0",
    "axios": "^0.17.1",
    "bignumber.js": "4.1.0",
    "bip38": "^2.0.2",
    "bip39": "^2.5.0",
    "buffer": "^5.1.0",
    "coinselect": "^3.1.11",
    "hash.js": "^1.1.5",
    "althashd-rpc": "^0.0.4",
    "althashjs-lib": "^0.0.8",
    "safe-buffer": "^5.1.1",
    "scryptsy": "^2.0.0",
    "secp256k1": "^3.5.0",
    "varuint-bitcoin": "^1.1.0"
  },
  "bugs": {
    "url": "https://github.com/machado-rev/althashjs-wallet/issues"
  },
  "homepage": "https://github.com/machado-rev/althashjs-wallet#readme",
  "directories": {
    "lib": "lib"
  }
}
