go-ethereum/hardhat/package.json
2024-06-30 17:08:35 +03:00

18 lines
No EOL
442 B
JSON

{
"name": "hardhat",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"deploy": "npx hardhat ignition deploy ./ignition/modules/Apollo.js --network localhost"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"@nomicfoundation/hardhat-ignition-ethers": "^0.15.4",
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"hardhat": "^2.22.5",
"wait-on": "^7.2.0"
}
}