-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
64 lines (64 loc) · 1.63 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
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "utility-bot",
"version": "2.4.2",
"description": "Source code of Utility Bot.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"build": "npm i"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Kawet00/UtilityBot.git"
},
"keywords": [
"Yes"
],
"author": "Kawet",
"license": {
"type": "Apache-2.0",
"url": "https://opensource.org/licenses/apache2.0.php"
},
"bugs": {
"url": "https://github.com/Kawet00/UtilityBot/issues"
},
"homepage": "https://github.com/Kawet00/UtilityBot#readme",
"dependencies": {
"@discordjs/opus": "^0.8.0",
"amethyste-api": "^1.1.5",
"axios": "^1.3.0",
"chalk": "^4.x",
"connect-mongo": "^4.6.0",
"discord-gamecord": "^4.3.0",
"discord-giveaways": "^6.0.1",
"discord-player": "^6.0.0",
"discord.js": "^14.7.1",
"ffmpeg": "^0.0.4",
"ffmpeg-static": "^5.1.0",
"fs": "^0.0.1-security",
"glob": "^8.1.0",
"glov": "^0.0.1",
"http": "^0.0.1-security",
"humanize-duration": "^3.28.0",
"ip": "^1.1.8",
"moment": "^2.29.4",
"moment-duration-format": "^2.3.2",
"mongoose": "^6.9.0",
"ms": "^2.1.3",
"node-fetch": "^2.6.1",
"node-recursive-directory": "^1.2.0",
"node-superfetch": "^0.3.3",
"opusscript": "^0.0.8",
"os": "^0.1.2",
"parse-duration": "^1.0.2",
"path": "^0.12.7",
"prism-media": "^1.3.4",
"process": "^0.11.10",
"quick.db": "^7.1.3",
"superagent": "^8.0.9",
"weather-js": "^2.0.0",
"yt-search": "^2.10.3",
"ytdl-core": "^4.11.2"
}
}