codex-contracts-eth/package.json

15 lines
308 B
JSON
Raw Normal View History

2021-10-12 06:35:24 +00:00
{
"scripts": {
"test": "hardhat test"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-waffle": "^2.0.1",
2021-10-12 11:35:41 +00:00
"@openzeppelin/contracts": "^4.3.2",
2021-10-12 06:35:24 +00:00
"chai": "^4.3.4",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.4.7",
"hardhat": "^2.6.5"
}
}