Files
bybit-api/package.json

44 lines
963 B
JSON

{
"name": "bybit-api",
"version": "1.2.5",
"description": "A production-ready Node.js connector for the Bybit APIs and WebSockets",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/tiagosiebler/bybit-api"
},
"keywords": [
"bybit",
"api",
"websocket",
"rest",
"rest api",
"inverse",
"nodejs",
"node",
"trading",
"cryptocurrency",
"bitcoin",
"best"
],
"author": "Tiago Siebler (https://github.com/tiagosiebler)",
"contributors": [
"Stefan Aebischer <os@pixtron.ch> (https://pixtron.ch)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/tiagosiebler/bybit-api/issues"
},
"homepage": "https://github.com/tiagosiebler/bybit-api#readme",
"dependencies": {
"axios": "^0.21.0",
"ws": "^7.3.1"
},
"devDependencies": {
"eslint": "^7.10.0"
}
}