{ "name": "rocketpool", "version": "3.0.0", "description": "A next generation decentralised Ethereum 2.0 proof of stake protocol", "repository": "git@github.com:rocket-pool/rocketpool.git", "author": "David Rugendyke ", "scripts": { "compile": "hardhat compile", "deploy": "hardhat run scripts/deploy.js", "test": "hardhat test --bail", "test-deploy": "hardhat test --config hardhat-deploy.config.js --bail", "test-gas": "REPORT_GAS=1 hardhat test --config hardhat-deploy.config.js --bail", "test-fork": "hardhat test --config hardhat-fork.config.js --bail", "test-upgrade": "./scripts/upgrade-test.sh", "coverage": "SOLIDITY_COVERAGE=true hardhat coverage", "slither": "slither --filter-paths node_modules,old --exclude conformance-to-solidity-naming-conventions ." }, "devDependencies": { "@babel/core": "^7.25.8", "@babel/polyfill": "^7.12.1", "@babel/preset-env": "^7.20.2", "@babel/register": "^7.18.9", "@babel/runtime": "^7.20.1", "@chainsafe/lodestar-types": "^0.5.0", "@chainsafe/ssz": "^0.6.1", "@nomicfoundation/hardhat-ethers": "^3.0.8", "@nomicfoundation/hardhat-network-helpers": "^1.0.12", "@openzeppelin/contracts": "^3.4.0", "@openzeppelin4/contracts": "npm:@openzeppelin/contracts@^4.9.2", "axios": "1.8.2", "dotenv": "^16.0.3", "ethers": "^6.13.3", "hardhat": "2.22.12", "hardhat-gas-reporter": "^2.3.0", "mocha": "^10.1.0", "pako": "^1.0.6", "solidity-coverage": "^0.8.13" }, "dependencies": { "hardhat-ignore-warnings": "^0.2.12" } }