-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
42 lines (42 loc) · 1.06 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
42
{
"name": "orbit-bridge-validators",
"version": "2.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@stacks/transactions": "^3.3.0",
"abi-decoder": "^2.3.0",
"bignumber.js": "^9.1.2",
"bn.js": "^5.1.3",
"bs58": "^4.0.1",
"crypto-js": "^3.1.9-1",
"dotenv": "^16.0.3",
"elliptic": "^6.4.1",
"ethereumjs-abi": "^0.6.8",
"ethereumjs-tx": "^1.3.7",
"ethereumjs-util": "^5.2.0",
"ethereumjs-wallet": "^0.6.3",
"ethers": "^5.0.7",
"express": "^4.17.1",
"icon-sdk-js": "^1.1.3",
"lodash": "^4.17.20",
"moment": "^2.28.0",
"readline-sync": "^1.4.10",
"request-promise": "^4.2.6",
"ripple-address-codec": "4.2.3",
"ripple-lib": "1.10.0",
"secp256k1": "^4.0.2",
"ton": "^12.0.0",
"tonweb": "^0.0.52",
"varuint-bitcoin": "^1.1.0",
"web3": "^1.0.0-beta.37",
"winston": "^3.1.0",
"winston-daily-rotate-file": "^2.0.0-rc.1"
}
}