-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
41 lines (41 loc) · 1.08 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"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"
}