-
-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
51 lines (51 loc) · 1.43 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": "customdcbot",
"version": "3.8.0",
"description": "Create your own discord bot - Fully customizable and with a lot of features",
"main": "main.js",
"repository": {
"type": "git",
"url": "https://github.com/SCNetwork/CustomDCBot.git"
},
"scripts": {
"start": "node main.js",
"generate-config": "node generate-config.js",
"generate-template": "node generate-template.js"
},
"author": "ScootKit Team",
"contributors": [
"SCDerox <[email protected]>"
],
"funding": "https://github.com/ScootKit/CustomDCBot?sponsor=1",
"license": "SEE LICENSE IN LICENSE",
"dependencies": {
"@androz2091/discord-invites-tracker": "1.1.1",
"@pixelfactory/privatebin": "2.6.1",
"@scderox/ikea-name-generator": "1.0.0",
"@twurple/api": "5.3.4",
"@twurple/auth": "5.3.4",
"age-calculator": "1.0.0",
"bs58": "5.0.0",
"centra": "2.6.0",
"discord-logs": "2.2.1",
"discord.js": "13.17.1",
"dotenv": "16.3.1",
"fs-extra": "11.1.1",
"html-entities": "2.4.0",
"is-equal": "1.6.4",
"isomorphic-webcrypto": "2.3.8",
"jsonfile": "6.1.0",
"log4js": "6.9.1",
"node-schedule": "2.1.1",
"parse-duration": "1.1.0",
"sequelize": "6.33.0",
"sqlite3": "5.1.6",
"stop-discord-phishing": "0.3.3"
},
"optionalDependencies": {
"erlpack": "github:discord/erlpack",
"bufferutil": "4.0.7",
"zlib-sync": "0.1.8",
"utf-8-validate": "6.0.3"
}
}