-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·37 lines (37 loc) · 961 Bytes
/
Copy pathpackage.json
File metadata and controls
executable file
·37 lines (37 loc) · 961 Bytes
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
{
"name": "bot-skeleton",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@discordjs/rest": "^0.3.0",
"@discordjs/voice": "github:discordjs/voice",
"@twurple/api": "^5.2.4",
"@twurple/auth": "^5.2.4",
"@twurple/eventsub": "^5.2.4",
"@twurple/eventsub-ngrok": "^5.2.4",
"axios": "^0.27.2",
"colors": "^1.4.0",
"discord-api-types": "^0.28.0",
"discord-auditlog": "^3.0.3",
"discord-modals": "^1.3.9",
"discord-player": "^5.2.2",
"discord.js": "^13.10.3",
"discordjs-logger": "^3.0.0",
"distube": "^3.3.2",
"eris": "^0.16.1",
"express": "^4.17.3",
"ffmpeg": "^0.0.4",
"github-project": "^3.0.1",
"moment": "^2.29.4",
"mongoose": "^6.2.10",
"node-schedule": "^2.1.0",
"twitch-channel": "^1.0.1"
}
}