{ "name": "bybit-api", "version": "1.2.1", "description": "A node.js wrapper for the Bybit Cryptocurrency Derivative exchange APIs", "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", "trading", "cryptocurrency", "bitcoin" ], "author": "Stefan Aebischer (https://pixtron.ch)", "contributors": [ "Tiago Siebler (https://github.com/tiagosiebler)" ], "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" } }