kucoin-websocket-api
Version:
Websocket API for Kucoin
24 lines (23 loc) • 509 B
JSON
{
"name": "kucoin-websocket-api",
"version": "0.2.3",
"description": "Websocket API for Kucoin",
"main": "index.js",
"scripts": {
"test": "jest"
},
"keywords": ["kucoin","websocket","api","node"],
"repository": {
"type": "git",
"url": "https://github.com/valamidev/kucoin-websocket-api.git"
},
"author": "Valamidev",
"license": "ISC",
"dependencies": {
"axios": "^0.19.0",
"reconnecting-websocket": "^4.1.10"
},
"devDependencies": {
"jest": "^24.8.0"
}
}