-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 776 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 776 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
{
"name": "EARNINGDROP - Phros Testnet Auto Bot",
"version": "1.0.0",
"description": "An advanced testnet automation bot for Pharos Network.",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"keywords": [
"blockchain",
"testnet",
"automation",
"ethers.js",
"pharos"
],
"author": "Makera1n",
"license": "MIT",
"dependencies": {
"axios": "^1.7.2",
"boxen": "^5.0.1",
"chalk": "^4.1.2",
"cli-progress": "^3.12.0",
"dotenv": "^16.4.5",
"ethers": "^6.13.1",
"figlet": "^1.7.0",
"gradient-string": "^2.0.1",
"https-proxy-agent": "^7.0.4",
"inquirer": "^8.2.4",
"ora": "^5.1.0",
"prompt-sync": "^4.2.0",
"random-useragent": "^0.5.0"
}
}