{ "name": "hardhat-project", "devDependencies": { "@nomicfoundation/hardhat-foundry": "^1.1.3", "@nomicfoundation/hardhat-toolbox": "^5.0.0", "@nomiclabs/hardhat-vyper": "^3.0.8", "@sun-protocol/sun-studio": "0.2.2", "hardhat": "^2.23.0" }, "scripts": { "start": "hardhat node", "prepare": "node ./.setup.js", "compile": "hardhat compile --verbose --force", "clean": "hardhat clean", "test": "hardhat test", "init-foundry": "npx hardhat init-foundry ", "test-foundry": "forge test -vvv", "compile-tron": "hardhat compile --network tron --verbose --force", "deploy": "npx hardhat --network localhost deploy", "deploy-sepolia": "npx hardhat --network sepolia deploy", "deploy-tron": "npx hardhat --network tron deploy --tags lumi" }, "dependencies": { "@openzeppelin/contracts": "3.4.1-solc-0.7-2", "@uniswap/lib": "^4.0.1-alpha", "@uniswap/sdk": "^3.0.3", "@uniswap/v2-core": "1.0.1", "@uniswap/v3-core": "^1.0.1", "@uniswap/v3-periphery": "1.4.1", "base58": "^2.0.1", "base64-sol": "1.0.1", "dotenv": "^16.4.7", "ethers": "^6.13.5" } }