UNPKG

@crypdex/hydro-sdk

Version:

Javascript SDK for the Hydro API

42 lines (41 loc) 930 B
{ "name": "@crypdex/hydro-sdk", "version": "1.0.10", "description": "Javascript SDK for the Hydro API", "main": "build/index.js", "types": "build/index.d.ts", "scripts": { "build": "tsc", "prepare": "tsc" }, "dependencies": { "axios": "^0.18.0", "bignumber.js": "^7.1.0", "ethereumjs-util": "^5.1.5", "url-join": "^4.0.0", "ws": "^5.1.1" }, "devDependencies": { "@types/ethereumjs-util": "^5.1.1", "@types/node": "^9.4.6", "@types/url-join": "^0.8.2", "@types/ws": "^4.0.2", "typescript": "^2.8.3" }, "repository": { "type": "git", "url": "git+https://github.com/HydroProtocol/sdk.git" }, "keywords": [ "hydro", "hydro-protocol", "sdk", "api" ], "author": "Kevin West", "license": "ISC", "bugs": { "url": "https://github.com/HydroProtocol/sdk/issues" }, "homepage": "https://github.com/HydroProtocol/sdk#readme" }