my-kucoin-node-api
Version:
Node.js KuCoin Cryptocurrency Exchange v2 API Wrapper/SDK
29 lines (28 loc) • 569 B
JSON
{
"name": "my-kucoin-node-api",
"version": "1.2.0",
"description": "Node.js KuCoin Cryptocurrency Exchange v2 API Wrapper/SDK",
"main": "kucoin.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"KuCoin",
"API",
"v2",
"cryptocurrency",
"algotrading",
"KCS",
"SDK"
],
"author": "Eric Abrahams",
"license": "ISC",
"dependencies": {
"axios": "^0.18.1",
"ws": "^6.1.4"
},
"repository": {
"type": "git",
"url": "https://github.com/escwdev/kucoin-node-api"
}
}