{
  "name": "kucoin-api-client",
  "version": "0.2.1",
  "description": "KuCoin API client for REST and WebSocket API",
  "type": "module",
  "author": "dutu <dutu.protonmail.com>",
  "exports": "./src/index.mjs",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dutu/kucoin-api-client.git"
  },
  "bugs": {
    "url": "https://github.com/dutu/kucoin-api-client/issues"
  },
  "homepage": "https://github.com/dutu/kucoin-api-client#readme",
  "keywords": [
    "KuCoin",
    "API",
    "wrapper",
    "client",
    "Rest",
    "WebSocket",
    "bitcoin",
    "crypto",
    "trading"
  ],
  "license": "MIT",
  "packageManager": "yarn@4.6.0",
  "dependencies": {
    "axios": "^1.7.9",
    "eventemitter3": "^5.0.1",
    "forever-websocket": "^1.0.1",
    "isomorphic-ws": "^5.0.0",
    "uniqid": "^5.4.0",
    "ws": "^8.18.0"
  }
}
