-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 914 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
{
"name": "solidityproxy",
"version": "1.0.0",
"description": "",
"main": "truffle-config.js",
"scripts": {
"test": "truffle test --network development",
"ganache-cli": "ganache-cli -m 'stuff denial chuckle permit shell orbit priority solution dog cool stone blush' -p 7545 -i 711 -a 20 -e 100000 -h 0.0.0.0 -g 1000000000 -l 8000000 -v --noVMErrorsOnRPCResponse",
"migrate": "truffle migrate --reset --network development",
"compile": "truffle compile --all"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LycrusHamster/SolidityProxy.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/LycrusHamster/SolidityProxy/issues"
},
"homepage": "https://github.com/LycrusHamster/SolidityProxy#readme",
"dependencies": {
"ethereumjs-util": "^6.0.0",
"truffle-hdwallet-provider": "^1.0.1",
"web3": "^1.2.1"
}
}