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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
|
{
"name": "uwufier",
"version": "1.10.0",
"description": "A Discord bot that supports audio playback, fun commands, utilities, and soundsboard, and more to come!",
"main": "./dist/app.js",
"scripts": {
"build": "tsc || true",
"build:dev": "tsc --watch || true",
"start": "cd dist && node app || true",
"start:dev": "cd dist && supervisor app || true"
},
"author": "sin",
"license": "MIT",
"dependencies": {
"@discordjs/opus": "^0.1.0",
"animequote": "^1.1.1",
"arnie-quote": "^1.3.0",
"axios": "^0.19.2",
"body-parser": "^1.19.0",
"btc-value": "^3.0.1",
"canvas": "^2.6.1",
"cheerio": "^1.0.0-rc.3",
"chewbacca-quotes": "^1.0.0",
"common-tags": "^1.8.0",
"cows": "^2.1.0",
"crypto": "^1.0.1",
"culturedtext": "^1.2.0",
"date-fns": "^2.12.0",
"discord.js": "github:discordjs/discord.js",
"discord.js-commando": "github:discordjs/Commando",
"dogeify-js": "^1.2.0",
"emoji-random": "^0.1.2",
"express": "^4.17.1",
"express-handlebars": "^4.0.3",
"ffmpeg-static": "^4.1.1",
"figlet": "^1.3.0",
"gamedig": "^2.0.20",
"harvey-specter-quotes": "^1.4.1",
"howifier": "^1.2.2",
"insult": "0.0.3",
"is-image-url": "^1.1.8",
"lorem-memesum": "^1.2.0",
"mathjs": "^6.6.4",
"moment": "^2.24.0",
"moment-duration-format": "^2.3.2",
"mongoose": "^5.9.10",
"motivations": "^1.1.2",
"nekos.life": "^2.0.6",
"node-opus": "^0.3.3",
"node-superfetch": "^0.1.10",
"popular-movie-quotes": "^1.2.4",
"random-js": "^2.1.0",
"romanize": "^1.1.1",
"rss-parser": "^3.7.6",
"simple-youtube-api": "^5.2.1",
"spongibobu.js": "^1.1.0",
"uwufy": "^1.0.5",
"whois": "^2.12.1",
"winston": "^3.2.1",
"ytdl-core": "^2.1.0",
"zero-two-quotes": "^1.0.2"
},
"devDependencies": {
"@types/express": "^4.17.6",
"@types/express-handlebars": "^3.1.0",
"@types/mongoose": "^5.7.15",
"supervisor": "^0.12.0",
"typescript": "^3.8.3"
}
}
|