-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
32 lines (32 loc) · 841 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "nodejs-custom-version",
"version": "1.0.0",
"description": "Steps:",
"main": "index.js",
"scripts": {
"start": "ts-node index.ts",
"airdrop": "ts-node multicall.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@thirdweb-dev/chains": "^0.1.80",
"@thirdweb-dev/engine": "^0.0.4",
"@thirdweb-dev/sdk": "^4.0.47",
"@thirdweb-dev/wallets": "^2.4.22",
"@types/glob": "^8.1.0",
"@types/node": "^18.15.2",
"csv-parser": "^3.0.0",
"dotenv": "^16.0.3",
"ethers": "^5.7.2",
"ethers-utils": "^2.1.11",
"fs": "^0.0.1-security",
"fs.promises": "^0.1.2",
"glob": "^8.1.0",
"thirdweb": "^1.0.0-alpha-770b0d64f2a71b2b00fca095e7a66c27fc5c7793-20240226173444",
"ts": "^0.2.2",
"ts-node": "^10.9.1",
"web3-utils": "^4.0.5"
}
}