mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 23:26:44 +00:00
20 lines
462 B
JSON
20 lines
462 B
JSON
{
|
|
"name": "hardhat",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"deploy": "hardhat ignition deploy ./ignition/modules/Lock.js --network localhost"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"devDependencies": {
|
|
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
|
|
"hardhat": "^2.22.19"
|
|
},
|
|
"dependencies": {
|
|
"dotenv": "^16.4.7"
|
|
}
|
|
}
|