| 123456789101112131415161718 |
- {
- "devDependencies": {
- "@nomicfoundation/hardhat-toolbox": "^2.0.0",
- "@nomiclabs/hardhat-web3": "^2.0.0",
- "hardhat": "^2.11.2",
- "mocha": "^10.0.0",
- "request": "^2.88.2",
- "ts-generator": "^0.1.1",
- "ts-node": "^10.9.1",
- "typechain": "^8.1.0",
- "typescript": "^4.8.4",
- "web3": "^1.8.0"
- },
- "dependencies": {
- "@uniswap/v3-core": "^1.0.1",
- "@uniswap/v3-periphery": "^1.4.2"
- }
- }
|