| 12345678910111213141516171819202122232425262728 |
- {
- "scripts": {
- "speedTest": "hardhat run test/speed/Web3SpeedTest.ts",
- "requestTest": "hardhat run test/speed/RequestTest.ts",
- "lpGenerate": "hardhat run scripts/lp/lpGenerate.ts",
- "lpMaintenance": "hardhat run scripts/lp/lpMaintenance.ts",
- "level2": "hardhat run scripts/path/level2Generate.ts"
- },
- "devDependencies": {
- "@nomicfoundation/hardhat-toolbox": "^2.0.0",
- "@nomiclabs/hardhat-web3": "^2.0.0",
- "axios": "^1.1.2",
- "hardhat": "^2.11.2",
- "log4js": "^6.7.0",
- "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",
- "ts-md5": "^1.3.1"
- }
- }
|