forked from seia-soto/Serium
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
51 lines (51 loc) · 1.12 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
42
43
44
45
46
47
48
49
50
51
{
"name": "serium",
"version": "3.5.1",
"description": "Discord, there was an error that I am so busy.",
"main": "index.js",
"scripts": {
"start": "node .",
"test": "node ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/Seia-Soto/Serium.git"
},
"keywords": [],
"author": "Seia-Soto",
"contributors": {
"structures": [
"danueP",
"RanolP",
"네모"
],
"interfaces": [
"Lemongreen"
],
"translations": [
"Choux_a_la_Creme"
]
},
"license": "Artistic-2.0",
"bugs": {
"url": "https://github.com/Seia-Soto/Serium/issues"
},
"homepage": "https://github.com/Seia-Soto/Serium#readme",
"dependencies": {
"bufferutil": "^4.0.1",
"cheerio": "^1.0.0-rc.2",
"discord.js": "^11.4.2",
"erlpack": "^0.1.2",
"ffmpeg-binaries": "^4.0.0",
"google": "^2.1.0",
"google-translate-query": "^2.4.3",
"js-yaml": "^3.13.1",
"mysql": "^2.17.1",
"node-opus": "^0.3.1",
"querystring": "^0.2.0",
"request": "^2.88.0",
"sharp": "^0.22.1",
"svg-captcha": "^1.3.12",
"ytdl-core": "^0.29.1"
}
}