dgf-prototype/ethereum/package.json

21 lines
445 B
JSON
Raw Normal View History

2024-03-04 19:33:06 -06:00
{
"name": "dgf-prototype",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^4.0.0",
"hardhat": "^2.20.1",
"prettier": "^3.2.5",
"prettier-plugin-solidity": "^1.3.1"
},
"dependencies": {
"@openzeppelin/contracts": "^5.0.2"
}
}