UNPKG

@hydro-protocol/hydro-client-js

Version:
42 lines (41 loc) 1.11 kB
{ "name": "@hydro-protocol/hydro-client-js", "version": "2.0.5", "description": "Javascript SDK for the Hydro API", "main": "build/index.js", "types": "build/index.d.ts", "scripts": { "build": "tsc", "prepare": "tsc" }, "dependencies": { "@babel/runtime": "^7.3.1", "axios": "^0.18.0", "bignumber.js": "^6.0.0", "ethereumjs-tx": "^1.3.7", "ethereumjs-utils": "^5.2.5", "path": "^0.12.7", "web3": "1.0.0-beta.52", "ws": "^5.1.1" }, "devDependencies": { "@types/ethereumjs-tx": "^1.0.1", "@types/ethereumjs-util": "^5.2.0", "@types/node": "^9.4.6", "@types/web3": "1.0.18", "@types/ws": "^4.0.2", "typechain": "0.3.14", "typescript": "^2.9.2" }, "repository": { "type": "git", "url": "git+https://github.com/HydroProtocol/hydro-client-js.git" }, "keywords": ["hydro", "hydro-protocol", "sdk", "api"], "author": "Kevin West", "license": "ISC", "bugs": { "url": "https://github.com/HydroProtocol/hydro-client-js/issues" }, "homepage": "https://github.com/HydroProtocol/hydro-client-js#readme" }