-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.03 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
{
"name": "yamashiro",
"description": "A Discord Bot developed by Respire#9313",
"version": "1.5.0",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"express": "^4.16.3",
"glitchup": "^1.2.0",
"discord.js": "^11.3.2",
"fs": "^0.0.2",
"ytdl-core": "^0.20.2",
"node-opus": "^0.2.7",
"simple-youtube-api": "^5.0.1",
"canvas": "^1.6.10",
"request": "^2.85.0",
"random-puppy": "^1.1.0",
"memecord": "^3.0.0",
"snekfetch": "^3.6.4",
"quick.db": "^6.1.3",
"quick.hook": "^1.2.2",
"node-osu": "^1.3.0",
"parse-ms": "^1.0.1",
"common-tags": "^1.7.2",
"string-similarity": "^1.2.0",
"cheerio": "^0.22.0",
"got": "^8.3.0",
"dateformat": "^3.0.3",
"moment": "^2.22.0",
"relevant-urban": "^2.0.0",
"xml2js": "^0.4.19",
"he": "^1.1.1",
"jimp": "^0.2.28",
"wikijs": "^4.5.1"
}
}