-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 789 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 789 Bytes
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
33
34
{
"name": "airdropscript",
"version": "1.0.0",
"description": "# intro",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@uniswap/sdk-core": "^4.0.9",
"@uniswap/v3-core": "^1.0.1",
"@uniswap/v3-sdk": "^3.10.0",
"axios": "^1.6.2",
"bignumber.js": "^1.1.0",
"ccxt": "^4.2.16",
"crypto": "^1.0.1",
"ethers": "^5.7.2",
"fast-csv": "^4.3.6",
"https-proxy-agent": "^7.0.2",
"papaparse": "^5.4.1",
"qs": "^6.11.2",
"random-useragent": "^0.5.0",
"readline-sync": "^1.4.10",
"starknet": "^6.6.6",
"web3": "^4.6.0",
"winston": "^3.11.0",
"zksync-web3": "^0.16.0"
}
}