-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.19 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
{
"name": "DummyBot",
"version": "1.0.0",
"description": "Multifunctional Discord bot for Asshat Gaming",
"main": "DummyBot.js",
"author": "Asshat Gaming <[email protected]>",
"private": true,
"homepage": "https://www.asshatgaming.com/",
"repository": "github:SugarD-x/DummyBot",
"bugs": "https://github.com/SugarD-x/DummyBot/issues",
"engines": {
"node": ">=12.0.0"
},
"dependencies": {
"@discordjs/opus": "^0.9.0",
"array-move": "^3.0.1",
"axios": "^1.7.7",
"clevertype": "^2.0.4",
"discord.js": "^14.16.3",
"dotenv": "^8.2.0",
"entities": "^5.0.0",
"ffmpeg-static": "^5.2.0",
"humanize-duration": "^3.32.1",
"i18n": "^0.15.1",
"lyrics-finder": "^21.7.0",
"moment": "^2.30.1",
"mongoose": "^8.7.0",
"node-spotify-api": "^1.1.1",
"request": "^2.88.2",
"simple-youtube-api": "^5.2.1",
"soundcloud-downloader": "^1.0.0",
"spotify-uri": "^4.1.0",
"spotify-url-info": "^3.2.16",
"string-progressbar": "^1.0.4",
"valid-url": "^1.0.9",
"winston": "^3.3.3",
"ytdl-core": "^4.11.5",
"ytdl-core-discord": "^1.3.1",
"ytsr": "^3.8.4"
},
"scripts": {
"start": "node DummyBot.js"
}
}