forked from DecentralizedClimateFoundation/DCIPs
24 lines
597 B
JSON
24 lines
597 B
JSON
|
{
|
||
|
"name": "hardhat-project",
|
||
|
"devDependencies": {
|
||
|
"@nomiclabs/hardhat-ethers": "^2.0.2",
|
||
|
"@nomiclabs/hardhat-waffle": "^2.0.1",
|
||
|
"@typechain/ethers-v5": "^2.0.0",
|
||
|
"@types/chai": "^4.2.14",
|
||
|
"@types/mocha": "^8.0.3",
|
||
|
"@types/node": "^14.14.6",
|
||
|
"chai": "^4.3.4",
|
||
|
"ethereum-waffle": "^3.4.0",
|
||
|
"ethers": "^5.4.7",
|
||
|
"hardhat": "^2.6.7",
|
||
|
"hardhat-abi-exporter": "^2.3.1",
|
||
|
"hardhat-typechain": "^0.3.3",
|
||
|
"ts-node": "^10.4.0",
|
||
|
"typechain": "^3.0.0",
|
||
|
"typescript": "^4.5.2"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@openzeppelin/contracts": "^4.3.2"
|
||
|
}
|
||
|
}
|