-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.78 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.78 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
56
57
58
59
60
61
62
{
"name": "waterfallbot",
"version": "1.3.4",
"description": "Waterfall Discord Bot",
"main": "bot.js",
"scripts": {
"start": "node bot.js",
"dev": "node bot.js",
"shard": "node shardManager.js",
"deploy": "node deploy-commands.js",
"check:translations": "node scripts/check-translations.js",
"generate:cmd-docs": "node scripts/generate-commands-docs.js"
},
"author": "DevSiege Studios",
"license": "GPL-3.0",
"dependencies": {
"@discordjs/opus": "^0.10.0",
"@discordjs/voice": "^0.19.0",
"@snazzah/davey": "^0.1.8",
"@wolfram-alpha/wolfram-alpha-api": "^23.1004.144821-RELEASE",
"axios": "^1.7.9",
"canvas": "^3.2.0",
"chalk": "^4.1.2",
"cron": "^3.1.7",
"discord.js": "^14.17.3",
"dotenv": "^16.4.7",
"duck-duck-scrape": "^2.2.7",
"emojipedia": "^0.4.0",
"express": "^4.21.2",
"express-rate-limit": "^7.5.0",
"ffmpeg-static": "^5.3.0",
"gifencoder": "^2.0.1",
"google-tts-api": "^2.0.2",
"he": "^1.2.0",
"i18next": "^25.6.3",
"i18next-fs-backend": "^2.6.1",
"millify": "^6.1.0",
"moment": "^2.30.1",
"moment-timezone": "^0.6.0",
"mongoose": "^8.9.3",
"ms": "^2.1.3",
"node-fetch": "^2.7.0",
"noto-color-emoji": "^1.0.1",
"opusscript": "^0.1.1",
"pino": "^10.1.0",
"pino-pretty": "^13.1.3",
"require-all": "^3.0.0",
"serpapi": "^2.2.1"
},
"engines": {
"node": ">=22.0.0"
},
"overrides": {
"glob": "^9.0.0",
"rimraf": "^5.0.5",
"tar": "^7.4.0",
"inflight": "npm:lru-cache",
"are-we-there-yet": "^4.0.2",
"gauge": "^5.0.1",
"npmlog": "^7.0.1"
}
}