swap-contracts-module/package.json

15 lines
304 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": {
"eth-sig-util": "^3.0.0"
}
}