-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
51 lines (51 loc) · 1.03 KB
/
package.json
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
{
"name": "advanced-v14-guardian",
"version": "1.0.0",
"description": "Beş SQL Advanced V14 Guard Bots",
"main": "five.js",
"scripts": {
"start": "node five.js"
},
"keywords": [
"discord",
"discord.js",
"guard",
"v14",
"advanced",
"discord-guard",
"discord-v14-guard",
"discord-advanced-guard",
"discord-v14",
"v14-guard",
"guard-bots",
"bots",
"discord-bots",
"beş",
"bes",
"fivesobes"
],
"bugs": {
"url": "https://discord.gg/luppux"
},
"funding": {
"url": "https://www.paytr.com/link/2qh0pLB?lang=en",
"type": "paytr"
},
"author": {
"name": "Bes-js",
"url": "https://github.com/Bes-js"
},
"license": "LGPL-3.0-or-later",
"dependencies": {
"cherry3": "^5.2.0",
"cherry3-lite": "^2.0.0",
"discord-anti-spam": "^2.8.1",
"discord-bettermarkdown": "^2.1.1",
"discord.js": "^14.13.0",
"dotenv": "^16.3.1",
"five.db": "^0.0.9",
"node-schedule": "^2.1.1",
"path": "^0.12.7",
"sqlite3": "^5.1.7"
}
}