node-kucoin-api-ext
Version:
Extended KuCoin Nodejs Api Wrapper
29 lines (28 loc) • 548 B
JSON
{
"name": "node-kucoin-api-ext",
"version": "0.1.5",
"description": "Extended KuCoin Nodejs Api Wrapper",
"main": "kucoin.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"KuCoin",
"API",
"v2",
"cryptocurrency",
"algotrading",
"KCS",
"SDK"
],
"author": "metin.kun",
"license": "ISC",
"dependencies": {
"axios": "^0.21.1",
"ws": "^6.1.4"
},
"repository": {
"type": "git",
"url": "https://github.com/metinkun/node-kucoin-api-ext"
}
}