UNPKG

bittrex-api-client

Version:

A client which can be used to interact with Bittrex's API. Entirely developed in TypeScript.

41 lines (40 loc) 1.06 kB
{ "name": "bittrex-api-client", "version": "1.11.0", "description": "A client which can be used to interact with Bittrex's API. Entirely developed in TypeScript.", "homepage": "https://github.com/luzzif/bittrex-api-client#readme", "author": "luzzif", "license": "MIT", "main": "build/index.js", "engines": { "node": "^8.4.0", "npm": "^5.3.0" }, "scripts": { "build": "tsc", "prepublish": "tsc" }, "repository": { "type": "git", "url": "https://github.com/luzzif/node-bittrex-api-client.git" }, "keywords": [ "bittrex", "api", "client" ], "bugs": { "url": "https://github.com/luzzif/node-bittrex-api-client/issues" }, "dependencies": { "cloudscraper": "^4.6.0", "crypto-js": "^4.0.0", "request": "^2.88.2", "requestretry": "^4.1.0", "signalr-client": "^0.0.20" }, "devDependencies": { "@types/node": "^13.9.2", "typescript": "^3.8.3" } }