-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.3 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.3 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": "WA-Discord-Bot",
"version": "1.0.0",
"description": "Minecraft Server Discord Companion",
"main": "bot.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node bot.js"
},
"author": "WorldAutomation.Net",
"license": "CC-BY-NC-SA-4.0",
"dependencies": {
"@ffmpeg-installer/ffmpeg": "^1.0.17",
"bufferutil": "^3.0.3",
"cheerio": "^1.0.0-rc.2",
"child_process": "^1.0.2",
"cluster": "^0.7.7",
"discord.js": "11.3.0",
"ejs": "^2.5.6",
"express": "^4.16.2",
"ffmpeg": "0.0.4",
"fluent-ffmpeg": "^2.1.2",
"forever": "^0.15.3",
"forever-monitor": "^1.7.1",
"fs": "0.0.1-security",
"heroku-client": "^3.0.3",
"jsdom": "^9.12.0",
"moment": "^2.19.2",
"musicmetadata": "^2.0.5",
"mysql": "^2.15.0",
"node-cron": "^1.2.1",
"node-opus": "^0.2.1",
"opusscript": "0.0.6",
"os": "^0.1.1",
"pretty-ms": "^3.1.0",
"prettysize": "^1.1.0",
"querystring": "^0.2.0",
"request": "^2.83.0",
"snekfetch": "^3.5.8",
"util": "^0.10.3",
"utils": "^0.3.1",
"uws": "^9.14.0",
"youtube-node": "^1.3.2",
"ytdl-core": "github:fent/node-ytdl-core#master"
},
"repository": {
"type": "git",
"url": "https://github.com/worldautomation/WA-Discord-Bot.git"
}
}