go-ethereum/hardhat/package.json
2025-03-07 00:29:21 +02:00

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"
}
}