fix #29 & process recent api deprecations
This commit is contained in:
10
package.json
10
package.json
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "bybit-api",
|
||||
"version": "1.2.1",
|
||||
"description": "A node.js wrapper for the Bybit Cryptocurrency Derivative exchange APIs",
|
||||
"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"
|
||||
@@ -18,13 +18,15 @@
|
||||
"rest api",
|
||||
"inverse",
|
||||
"nodejs",
|
||||
"node",
|
||||
"trading",
|
||||
"cryptocurrency",
|
||||
"bitcoin"
|
||||
"bitcoin",
|
||||
"best"
|
||||
],
|
||||
"author": "Stefan Aebischer <os@pixtron.ch> (https://pixtron.ch)",
|
||||
"author": "Tiago Siebler (https://github.com/tiagosiebler)",
|
||||
"contributors": [
|
||||
"Tiago Siebler (https://github.com/tiagosiebler)"
|
||||
"Stefan Aebischer <os@pixtron.ch> (https://pixtron.ch)"
|
||||
],
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
|
||||
Reference in New Issue
Block a user