dione/eth-contracts/package.json

22 lines
397 B
JSON
Raw Normal View History

{
"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"
}
}