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