node-api-huobi
Version:
Non-official implementation of Huobi's API's
33 lines (32 loc) • 763 B
JSON
{
"name": "node-api-huobi",
"version": "0.1.5",
"description": "Non-official implementation of Huobi's API's",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"huobi", "api", "axios", "REST", "socket"
],
"repository": {
"type": "git",
"url": "git+https://github.com/alexander-hagen/node-api-huobi.git"
},
"dependencies": {
"axios": "^0.27.2",
"ws": "^8.5.0",
"pako": "^2.0.4"
},
"author": "Alexander Hagen",
"license": "MIT",
"bugs": {
"url": "https://github.com/alexander-hagen/node-api-huobi/issues"
},
"homepage": "https://github.com/alexander-hagen/node-api-huobi#readme",
"directories": {
"lib": "lib"
},
"engines": {
"node": ">= 12.x.x"
}
}