forked from VerusCoin/Verusbridgekeeper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 1004 Bytes
/
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
{
"name": "verus_bridgekeeper",
"version": "1.0.6",
"description": "Verus Bridgekeeper",
"main": "index.js",
"scripts": {
"start": "node start.js -consolelog",
"test": "echo \"Error: no test specified\" && exit 1",
"getcontracthash": "node utilities/upgrade.js -getcontracthash"
},
"author": "",
"license": "ISC",
"dependencies": {
"async": "^3.2.4",
"axios": "0.25.0",
"base58check": "^2.0.0",
"bitgo-utxo-lib": "git+https://github.com/VerusCoin/bitgo-utxo-lib.git",
"blake2b-wasm": "git+https://github.com/michaeltout/blake2b-wasm.git",
"ethers": "5.1.0",
"ini": "2.0.0",
"long": "5.2.0",
"react-native-cache": "git+https://github.com/michaeltout/react-native-cache.git",
"web3": "1.10.0"
},
"devDependencies": {
"eslint": "8.11.0"
},
"resolutions": {
"blake2b-wasm": "git+https://github.com/michaeltout/blake2b-wasm.git"
}
}