mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
18 lines
No EOL
442 B
JSON
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"
|
|
}
|
|
} |