1.1.6, add github action for publish, update readme, add snippets for orderbook usage

This commit is contained in:
TS
2020-07-21 11:28:05 +01:00
parent a1da0d617b
commit ddc2bd8f78
6 changed files with 177 additions and 84 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "@pxtrn/bybit-api",
"name": "bybit-api",
"version": "1.1.6",
"description": "An unofficial node.js lowlevel wrapper for the Bybit Cryptocurrency Derivative exchange API",
"main": "index.js",
@@ -8,7 +8,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/pixtron/bybit-api.git"
"url": "git+https://github.com/tiagosiebler/bybit-api.git"
},
"keywords": [
"bybit",
@@ -17,11 +17,14 @@
"rest"
],
"author": "Stefan Aebischer <os@pixtron.ch> (https://pixtron.ch)",
"contributors": [
"Tiago Siebler (https://github.com/tiagosiebler)"
]
"license": "MIT",
"bugs": {
"url": "https://github.com/pixtron/bybit-api/issues"
"url": "https://github.com/tiagosiebler/bybit-api/issues"
},
"homepage": "https://github.com/pixtron/bybit-api#readme",
"homepage": "https://github.com/tiagosiebler/bybit-api#readme",
"dependencies": {
"request": "^2.88.0",
"ws": "^7.1.2"