swap-contracts-module/package.json

15 lines
304 B
JSON
Raw Normal View History

2021-01-28 03:27:27 +00:00
{
"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"
2021-01-28 03:57:05 +00:00
},
"dependencies": {
"eth-sig-util": "^3.0.0"
2021-01-28 03:27:27 +00:00
}
}