12345678910111213141516171819 |
- {
- "name": "airdrop-exec",
- "version": "1.0.0",
- "description": "",
- "main": "src/script/zksync2/swap.js",
- "type": "module",
- "scripts": {
- "serve": "node src/index.js"
- },
- "author": "",
- "license": "ISC",
- "dependencies": {
- "body-parser": "^1.20.2",
- "ethers": "5",
- "express": "^4.18.2",
- "express-async-errors": "^3.1.1",
- "zksync-web3": "^0.14.3"
- }
- }
|