-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.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": "discord-js-handler-template",
"version": "1.0.0",
"description": "Discord.js Command and Event Handler Template with example Command usages!",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@discordjs/opus": "^0.5.3",
"ascii-table": "0.0.9",
"avconv": "^3.1.0",
"discord.js": "^12.5.3",
"discord.js-collector": "^1.8.9",
"dispatcher": "^0.0.2",
"ffmpeg": "^0.0.4",
"ffmpeg-static": "^4.4.1",
"fluent-ffmpeg": "^2.1.2",
"minecraft-server-status": "^1.0.1",
"mineflayer": "^3.15.0",
"prismarine-viewer": "^1.22.0",
"quick.db": "^7.1.3",
"reddit-image-fetcher": "^2.0.10",
"ytdl-core": "^4.10.0"
},
"devDependencies": {
"ascii-table": "0.0.9",
"colors": "^1.4.0"
}
}