{
  "name": "@dripjs/exchanges",
  "version": "0.1.20",
  "description": "dripjs exchanges api wapper, support for rest api and websocket",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "scripts": {
    "build:prod": "yarn build:preprocess && yarn tsc",
    "build:preprocess": "rm -rf dist",
    "prepublishOnly": "yarn build:prod",
    "postpublish": "yarn build:preprocess",
    "tsc": "tsc -p tsconfig.json"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/drip-trader/dripjs.git"
  },
  "keywords": [
    "drip",
    "dripjs",
    "dripjs exchange",
    "dripjs exchanges",
    "drip exchanges",
    "bitmex api",
    "bitmex websocket",
    "bitmex rest api",
    "bitmex",
    "BitMEX"
  ],
  "author": "zlq4863947@gmail.com",
  "license": "GPL-3.0-or-later",
  "bugs": {
    "url": "https://github.com/drip-trader/dripjs/issues"
  },
  "homepage": "https://github.com/drip-trader/dripjs/tree/master/modules/exchanges#readme",
  "devDependencies": {
    "@types/qs": "^6.5.3",
    "@types/ws": "6.0.1"
  },
  "dependencies": {
    "@dripjs/common": "^0.1.20",
    "@dripjs/types": "^0.1.20",
    "axios": "^0.18.0",
    "create-hmac": "^1.1.7",
    "qs": "^6.6.0",
    "rxjs": "^6.4.0",
    "ws": "^7.0.0"
  }
}
