{
  "name": "node-bitstamp",
  "version": "3.1.0",
  "description": "bitstamp rest and websocket v1 and v2 api client",
  "main": "index.js",
  "typings": "index.d.ts",
  "scripts": {
    "example:api": "node ./example/api.js",
    "example:stream": "node ./example/stream.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/krystianity/node-bitstamp.git"
  },
  "keywords": [
    "bitstamp",
    "btc",
    "bitcoin",
    "api",
    "client",
    "v1",
    "v2",
    "litecoin",
    "ethereum",
    "eth",
    "xrp",
    "ripple",
    "withdrawal",
    "transfer",
    "order",
    "cluster",
    "ticker",
    "books"
  ],
  "author": "Christian Froehlingsdorf <chris@5cf.de>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/krystianity/node-bitstamp/issues"
  },
  "homepage": "https://github.com/krystianity/node-bitstamp#readme",
  "dependencies": {
    "bluebird": "~3.7.2",
    "debug": "~4.3.1",
    "reconnecting-websocket": "^4.4.0",
    "request": "~2.88.2",
    "ws": "^7.4.6"
  }
}
