-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 963 Bytes
/
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
{
"name": "gd-discord-bot",
"version": "1.3.7",
"description": "A simple bot **GD BOT** which just tags you and notifies you on Discord in a specific channel.\r Tags you or your group who has lesson.",
"main": "index.js",
"scripts": {
"start": "node index.js",
"devStart": "nodemon index.js"
},
"author": "0xAndrewBlack",
"repository": {
"type": "git",
"url": "git+https://github.com/0xAndrewBlack/gd-discord-bot.git"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/0xAndrewBlack/gd-discord-bot/issues"
},
"homepage": "https://github.com/0xAndrewBlack/gd-discord-bot#readme",
"dependencies": {
"@discordjs/opus": "^0.8.0",
"body-parser": "^1.19.0",
"discord.js": "^12.1.1",
"express": "^4.17.1",
"ffmpeg": "0.0.4",
"node-schedule": "^1.3.2",
"ytdl": "^1.3.0",
"ytdl-core": "^2.1.1",
"ytdl-core-discord": "^1.2.0"
},
"devDependencies": {
"jest": "^25.3.0"
}
}