-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.33 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.33 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
{
"name": "studyium_project",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/STudyium-server/STuDyIuM-Bot.git"
},
"author": "Aryan",
"license": "ISC",
"bugs": {
"url": "https://github.com/STudyium-server/STuDyIuM-Bot/issues"
},
"homepage": "https://github.com/STudyium-server/STuDyIuM-Bot#readme",
"dependencies": {
"@discordjs/opus": "^0.5.3",
"@k3rn31p4nic/google-translate-api": "^1.1.1",
"axios": "^0.21.1",
"discord-ytdl-core": "^5.0.4",
"discord.js": "^12.5.3",
"discord.js-pagination": "^1.0.3",
"dotenv": "^10.0.0",
"ejs": "^3.1.6",
"env": "^0.0.2",
"express": "^4.17.1",
"ffmpeg": "^0.0.4",
"ffmpeg-static": "^4.4.0",
"fs": "^0.0.1-security",
"humanize-duration": "^3.27.0",
"lyrics-finder": "^21.7.0",
"moment": "^2.29.1",
"mongoose": "^5.13.0",
"node-schedule": "^2.0.0",
"node-superfetch": "^0.2.3",
"opusscript": "^0.0.8",
"promisify": "^0.0.3",
"random-bunny": "^1.2.2",
"soundcloud-downloader": "^1.0.0",
"weather-js": "^2.0.0",
"wokcommands": "^1.3.6",
"youtube-sr": "^4.1.5",
"yt-search": "^2.9.0",
"ytdl-core": "^4.8.3",
"ytpl": "^2.2.1"
}
}