22 lines
397 B
JSON
22 lines
397 B
JSON
{
|
|
"name": "dione",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"scripts": {
|
|
"test": "embark test"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"embark": "^6.0.0",
|
|
"embark-geth": "^6.0.0",
|
|
"embarkjs": "^6.0.0",
|
|
"embarkjs-ens": "^6.0.0",
|
|
"embarkjs-web3": "^6.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@openzeppelin/contracts": "^4.0.0"
|
|
}
|
|
}
|