-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 824 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 824 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
35
{
"name": "epicrpgfarmbot",
"version": "0.0.5.5",
"description": "Discord EpicRPG Farm Bot",
"main": "bot.js",
"scripts": {
"start": "node bot.js --trace-deprecation",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"nodejs",
"bot",
"selfbot",
"selfbot-for-discord",
"epic",
"rpg",
"epicrpg",
"rpgepic",
"selfepicrpg",
"selfepic",
"selfrpg",
"epicrpgfarm",
"epicrpgfarmbot"
],
"author": "Mid0aria",
"license": "MIT",
"dependencies": {
"adm-zip": "^0.5.14",
"axios": "^1.7.2",
"chalk": "^4.1.2",
"discord.js-selfbot-v13": "^3.1.4",
"fs-extra": "^11.2.0",
"node-notifier": "^10.0.1"
}
}