thundercloud/package.json

18 lines
397 B
JSON
Raw Normal View History

2019-07-24 14:50:07 +00:00
{
"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": {
2019-07-29 10:52:01 +00:00
"@chainsafe/bls-js": "^0.1.5",
2019-07-24 14:50:07 +00:00
"dotenv": "^8.0.0",
"ethers": "^4.0.33",
"ganache-cli": "^6.5.0"
},
"scripts": {
"clean": "rm -rf deploy/db/*"
}
}