18 lines
416 B
JSON
18 lines
416 B
JSON
{
|
|
"name": "hardhat-code",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@nomicfoundation/hardhat-ignition": "^3.0.7",
|
|
"@nomicfoundation/hardhat-toolbox-viem": "^5.0.2",
|
|
"@types/node": "^22.19.11",
|
|
"forge-std": "github:foundry-rs/forge-std#v1.9.4",
|
|
"hardhat": "^3.1.8",
|
|
"typescript": "~5.8.0",
|
|
"viem": "^2.46.1"
|
|
},
|
|
"dependencies": {
|
|
"dotenv": "^17.3.1"
|
|
}
|
|
}
|