-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.3 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.3 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "voyager-craftworld-bot",
"version": "1.0.0",
"description": "Automated bot for Voyager CraftWorld daily tasks and chest spinning",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "node index.js",
"test": "echo \"No tests specified\" && exit 0"
},
"keywords": [
"voyager",
"craftworld",
"bot",
"automation",
"crypto",
"airdrop",
"web3",
"ethereum",
"siwe",
"gaming"
],
"author": "Airdrop Insiders",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/vikitoshi/Voyager-CraftWorld-Bot.git"
},
"bugs": {
"url": "https://github.com/vikitoshi/Voyager-CraftWorld-Bot/issues"
},
"homepage": "https://github.com/vikitoshi/Voyager-CraftWorld-Bot#readme",
"engines": {
"node": ">=16.0.0",
"npm": ">=7.0.0"
},
"dependencies": {
"axios": "^1.6.7",
"dotenv": "^16.4.1",
"ethers": "^6.10.0",
"siwe": "^2.1.4",
"https-proxy-agent": "^7.0.2",
"http-proxy-agent": "^7.0.0",
"socks-proxy-agent": "^8.0.2"
},
"devDependencies": {
"nodemon": "^3.0.3"
},
"optionalDependencies": {},
"peerDependencies": {},
"funding": {
"type": "telegram",
"url": "https://t.me/AirdropInsiderID"
}
}