UNPKG

kucoin-api-client

Version:

KuCoin API client for REST and WebSocket API

38 lines (37 loc) 892 B
{ "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" } }