18 lines
455 B
JSON
18 lines
455 B
JSON
{
|
|
"name": "hardhat-project",
|
|
"devDependencies": {
|
|
"@nomicfoundation/hardhat-verify": "^2.0.13",
|
|
"@nomiclabs/hardhat-ethers": "^2.2.3",
|
|
"@tenderly/hardhat-tenderly": "^2.5.2",
|
|
"dotenv": "^16.4.7",
|
|
"hardhat": "^2.22.0"
|
|
},
|
|
"dependencies": {
|
|
"@nomicfoundation/hardhat-foundry": "^1.1.3",
|
|
"@safe-global/api-kit": "^1.1.0",
|
|
"@safe-global/protocol-kit": "^1.0.1",
|
|
"ethers": "^5.8.0",
|
|
"prompt-sync": "^4.2.0"
|
|
}
|
|
}
|