package.json 393 B

12345678910111213141516171819
  1. {
  2. "name": "airdrop-exec",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "src/script/zksync2/mute/swap.js",
  6. "type": "module",
  7. "scripts": {
  8. "serve": "node src/index.js"
  9. },
  10. "author": "",
  11. "license": "ISC",
  12. "dependencies": {
  13. "body-parser": "^1.20.2",
  14. "ethers": "5",
  15. "express": "^4.18.2",
  16. "express-async-errors": "^3.1.1",
  17. "zksync-web3": "^0.14.3"
  18. }
  19. }