forked from dante4rt/getgrass-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 708 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 708 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
{
"name": "getgrass-bot",
"version": "2.0.0",
"description": "A bot for establishing WebSocket connections through various HTTP and SOCKS proxies for farming Grass Airdrop Season 2.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"keywords": [
"WebSocket",
"proxy",
"HTTP",
"SOCKS",
"bot",
"getgrass",
"airdrops",
"farming"
],
"author": "dante4rt",
"license": "MIT",
"dependencies": {
"axios": "^1.7.7",
"colors": "^1.4.0",
"https-proxy-agent": "^7.0.4",
"inquirer": "^8.2.6",
"socks-proxy-agent": "^8.0.2",
"uuid": "^9.0.1",
"ws": "^8.16.0"
}
}