{ "name": "hardhat-project", "scripts": { "lp-generate": "node /scripts/generate/index.js" }, "devDependencies": { "@nomicfoundation/hardhat-toolbox": "^2.0.0", "@nomiclabs/hardhat-web3": "^2.0.0", "axios": "^1.1.2", "hardhat": "^2.12.2", "log4js": "^6.7.0", "mocha": "^10.0.0", "request": "^2.88.2", "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", "md5-node": "^1.0.1", "qs": "^6.11.0" } }