package.json 900 B

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