swap-contracts-module/package.json

19 lines
437 B
JSON

{
"name": "hardhat-project",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.1",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"chai": "^4.2.0",
"ethereum-waffle": "^3.2.2",
"ethers": "^5.0.26",
"hardhat": "^2.0.8"
},
"dependencies": {
"@nomiclabs/hardhat-web3": "^2.0.0",
"@openzeppelin/contracts": "^3.3.0",
"ethers-eip712": "^0.2.0",
"web3": "^1.3.3",
"web3-utils": "^1.3.3"
}
}