{
  "name": "@abcpros/bitcore-wallet-service",
  "description": "A service for Mutisig HD Bitcoin Wallets",
  "author": "BitPay Inc",
  "version": "8.25.45",
  "license": "MIT",
  "main": "ts_build/index.js",
  "types": "./ts_build/index.d.ts",
  "keywords": [
    "bitcoin",
    "copay",
    "multisig",
    "wallet",
    "bitcore",
    "BWS"
  ],
  "repository": {
    "url": "git@github.com:bitpay/bitcore-wallet-service.git",
    "type": "git"
  },
  "bugs": {
    "url": "https://github.com/bitpay/bitcore-wallet-service/issues"
  },
  "dependencies": {
    "@abcpros/bitcore-lib": "^8.25.43",
    "@abcpros/bitcore-lib-cash": "^8.25.43",
    "@abcpros/bitcore-lib-doge": "^8.25.43",
    "@abcpros/bitcore-lib-ltc": "^8.25.43",
    "@abcpros/bitcore-lib-xec": "^8.25.43",
    "@abcpros/bitcore-lib-xpi": "^8.25.43",
    "@abcpros/bitcore-wallet-client": "^8.25.45",
    "@abcpros/crypto-wallet-core": "^8.25.43",
    "@abcpros/xpi-js": "^4.0.5",
    "@sendgrid/mail": "^6.5.5",
    "abi-decoder": "^2.0.4",
    "async": "^0.9.2",
    "bcrypt": "^5.1.0",
    "body-parser": "^1.20.0",
    "chronik-client": "^0.8.2",
    "compression": "^1.6.2",
    "ecashaddrjs": "^1.0.7",
    "email-validator": "^1.0.1",
    "express": "^4.10.0",
    "express-notify-telegram": "^1.6.2",
    "express-rate-limit": "^2.6.0",
    "express-session": "^1.17.3",
    "inherits": "^2.0.1",
    "istanbul": "^0.4.5",
    "json-stable-stringify": "^1.0.0",
    "lodash": "^4.17.19",
    "moment": "^2.10.3",
    "mongodb": "^3.5.9",
    "mongodb-queue": "^4.0.0",
    "mustache": "^2.1.0",
    "node-cron": "^3.0.2",
    "node-forge": "^1.3.1",
    "node-telegram-bot-api": "^0.60.0",
    "nodemailer": "^5.1.1",
    "passport": "^0.6.0",
    "passport-google-id-token": "^0.4.7",
    "preconditions": "^2.2.3",
    "read": "^1.0.5",
    "request": "^2.53.0",
    "request-promise-native": "^1.0.5",
    "secp256k1": "^3.1.0",
    "shelljs": "^0.8.4",
    "short-unique-id": "^4.4.4",
    "sjcl": "^1.0.2",
    "socket.io": "^2.2.0",
    "socket.io-client": "^2.2.0",
    "source-map-support": "^0.5.13",
    "sticky-session": "^0.1.0",
    "uuid": "^3.3.2",
    "winston": "^3.3.3",
    "winston-daily-rotate-file": "4.5.5"
  },
  "devDependencies": {
    "@types/async": "^2.4.1",
    "@types/express-serve-static-core": "*",
    "@types/lodash": "^4.14.123",
    "@types/moment": "^2.13.0",
    "@types/mongodb": "^3.5.25",
    "@types/node": "^11.11.4",
    "@types/nodemailer": "^4.6.6",
    "@types/request": "^2.48.1",
    "@types/socket.io": "^2.1.2",
    "@types/socket.io-client": "^1.4.32",
    "chai": "^1.9.1",
    "coveralls": "^3.0.2",
    "jsdoc": "^3.6.3",
    "memdown": "^1.0.0",
    "mocha": "^5.2.0",
    "mocha-lcov-reporter": "^1.3.0",
    "proxyquire": "^1.7.2",
    "sinon": "^7.1.1",
    "supertest": "*",
    "ts-node": "^8.0.3",
    "tslint": "^5.14.0",
    "typescript": "^3.3.4000",
    "typescript-eslint-parser": "^22.0.0"
  },
  "scripts": {
    "start": "npm run clean && npm run tsc && ./start.sh",
    "start-debug": "npm run clean && npm run tsc && ./start.sh 1",
    "stop": "./stop.sh",
    "coverage": "npm run compile && ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --reporter spec test",
    "test": "npm run compile && mocha --exit",
    "test:ci": "npm run test",
    "coveralls": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
    "tsc": "npm run clean && tsc",
    "build": "tsc",
    "clean": "rm -rf ./ts_build && tsc --version",
    "compile": "npm run clean && npm run build",
    "pub": "npm run build && npm publish",
    "precommit": "npm run fix && npm run lint",
    "lint": "npm run lint:ts && npm run lint:style",
    "lint:ts": "tslint -c tslint.json 'src/**/*.ts'",
    "lint:style": "prettier --check 'src/**/*.ts'",
    "fix": "npm run fix:style && npm run fix:lint",
    "fix:lint": "tslint --fix -c tslint.json 'src/**/*.ts'",
    "fix:style": "prettier --write 'src/**/*.ts'",
    "update:stats": "npm run clean && npm run tsc && chmod +x ./ts_build/updatestats/updatestats.js && ./ts_build/updatestats/updatestats.js ",
    "clean:fiatrates": "npm run clean && npm run tsc && chmod +x ./ts_build/cleanfiatrates/cleanfiatrates.js && ./ts_build/cleanfiatrates/cleanfiatrates.js "
  },
  "bitcoreNode": "./bitcorenode",
  "contributors": [
    {
      "name": "Braydon Fuller",
      "email": "braydon@bitpay.com"
    },
    {
      "name": "Ivan Socolsky",
      "email": "ivan@bitpay.com"
    },
    {
      "name": "Matias Alejo Garcia",
      "email": "ematiu@gmail.com"
    }
  ],
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "a39aace51ca9837771d4bf953a9fe263566a99f9"
}
