20 lines
501 B
JSON
20 lines
501 B
JSON
{
|
|
"name": "thundercloud",
|
|
"version": "0.1",
|
|
"description": "Ganache starter kit for Ethereum 2.0 genesis",
|
|
"main": "index.js",
|
|
"author": "Bruno Škvorc <bruno@bitfalls.com>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@chainsafe/bls-js": "^0.1.5",
|
|
"@chainsafe/ssz": "^0.5.1",
|
|
"dotenv": "^8.0.0",
|
|
"ethers": "^4.0.33",
|
|
"ganache-cli": "^6.5.0"
|
|
},
|
|
"scripts": {
|
|
"clean": "rm -rf deploy/db/* && rm -rf deploy/keys/*",
|
|
"faucet": "cd deploy/faucet && yarn start"
|
|
}
|
|
}
|