swap-contracts-module/package.json

15 lines
315 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 11:12:36 +00:00
},
"dependencies": {
"@openzeppelin/contracts": "^3.3.0"
2021-01-28 03:27:27 +00:00
}
}