{ "name": "@consensys-software/smart_contracts", "version": "1.0.0", "description": "Example smart contracts for trying out Quorum", "scripts": { "compile": "node scripts/compile.js", "deploy": "node scripts/deploy.js", "public-transaction": "node scripts/public_tx.js", "private-transaction": "node scripts/private_tx.js" }, "license": "Apache-2.0", "dependencies": { "async-promise-pool": "^1.0.6", "fs-extra": "^10.0.0", "solc": "0.8.10", "@nomicfoundation/hardhat-ethers": "^3.0.0", "@nomicfoundation/hardhat-network-helpers": "^1.0.0", "@nomicfoundation/hardhat-toolbox": "^3.0.0", "@nomicfoundation/hardhat-verify": "^1.0.0", "ethers": "6.7.1", "hardhat-gas-reporter": "^1.0.8", "@ethereumjs/common": "^4.0.0", "@ethereumjs/tx": "^5.0.0", "web3js-quorum": "22.4.0", "web3": "1.10.2" } }