bybit-node-api
Version:
An unofficial node.js lowlevel wrapper for the Bybit Cryptocurrency Derivative exchange API
30 lines (29 loc) • 740 B
JSON
{
"name": "bybit-node-api",
"version": "1.0.1",
"description": "An unofficial node.js lowlevel wrapper for the Bybit Cryptocurrency Derivative exchange API",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ss-sonic/bybit-api"
},
"keywords": [
"bybit",
"api",
"websocket",
"rest"
],
"author": "Shubham Singh <singhshubham009@gmail.com> (https://pixtron.ch)",
"license": "MIT",
"bugs": {
"url": "https://github.com/ss-sonic/bybit-api/issues"
},
"homepage": "https://github.com/ss-sonic/bybit-api#readme",
"dependencies": {
"request": "^2.88.0",
"ws": "^7.1.2"
}
}