|
@@ -0,0 +1,19 @@
|
|
|
+{
|
|
|
+ "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"
|
|
|
+ }
|
|
|
+}
|