-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
33 lines (33 loc) · 895 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
{
"name": "Discordjs-V12-Bot-Tutorial",
"version": "1.0.0",
"description": "Discord.JS V12 Tutorial",
"main": "alpha.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sachinl0har/Discord.js-V12-Bot-Tutorial.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/sachinl0har/Discord.js-V12-Bot-Tutorial/issues"
},
"homepage": "https://github.com/sachinl0har/Discord.js-V12-Bot-Tutorial#readme",
"dependencies": {
"@discordjs/opus": "^0.8.0",
"alexa-bot-api": "^2.0.1",
"chalk": "^4.1.0",
"discord-player": "^3.4.0",
"discord.js": "^12.5.3",
"ffmpeg-static": "^4.3.0",
"moment": "^2.29.4",
"ms": "^2.1.3",
"node-fetch": "^3.2.10",
"quick.db": "^7.1.3",
"ytsearcher": "^1.2.4"
}
}