-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.06 KB
/
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
35
36
37
38
39
40
41
{
"name": "tag",
"version": "1.0.0",
"description": "Bot for Discord",
"main": "tag.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "The Vatch",
"license": "ISC",
"dependencies": {
"bufferutil": "^3.0.5",
"discord.js": "^11.4.2",
"discord.js-music-v11": "^1.3.4",
"enmap": "^4.8.4",
"enmap-level": "^2.1.0",
"erlpack": "github:discordapp/erlpack",
"fancy-log": "^1.3.3",
"fast-html-parser": "^1.0.1",
"fs": "0.0.1-security",
"github-api": "^3.2.0",
"github-create-issue": "^2.0.0",
"html2canvas": "^1.0.0-rc.1",
"log-utils": "^0.2.1",
"moment-duration-format": "^2.2.2",
"ms": "^2.1.1",
"node-opus": "^0.2.9",
"node-schedule": "^1.3.2",
"node-webshot": "^1.0.3",
"opusscript": "0.0.6",
"pkg-config": "^1.1.1",
"request": "^2.88.0",
"request-promise-native": "^1.0.7",
"sleep": "^5.2.4",
"unfluff": "^3.2.0",
"util": "^0.11.1",
"uws": "^9.148.0",
"youtube-audio-stream": "^0.2.0",
"youtube-dl": "^1.13.1"
}
}