package.json 819 B

12345678910111213141516171819202122232425262728
  1. {
  2. "scripts": {
  3. "speedTest": "hardhat run test/speed/Web3SpeedTest.ts",
  4. "requestTest": "hardhat run test/speed/RequestTest.ts",
  5. "lpGenerate": "hardhat run scripts/lp/lpGenerate.ts",
  6. "lpMaintenance": "hardhat run scripts/lp/lpMaintenance.ts",
  7. "level2": "hardhat run scripts/path/level2Generate.ts"
  8. },
  9. "devDependencies": {
  10. "@nomicfoundation/hardhat-toolbox": "^2.0.0",
  11. "@nomiclabs/hardhat-web3": "^2.0.0",
  12. "axios": "^1.1.2",
  13. "hardhat": "^2.11.2",
  14. "log4js": "^6.7.0",
  15. "mocha": "^10.0.0",
  16. "request": "^2.88.2",
  17. "ts-generator": "^0.1.1",
  18. "ts-node": "^10.9.1",
  19. "typechain": "^8.1.0",
  20. "typescript": "^4.8.4",
  21. "web3": "^1.8.0"
  22. },
  23. "dependencies": {
  24. "@uniswap/v3-core": "^1.0.1",
  25. "@uniswap/v3-periphery": "^1.4.2",
  26. "ts-md5": "^1.3.1"
  27. }
  28. }