-
Notifications
You must be signed in to change notification settings - Fork 353
/
package.json
64 lines (64 loc) · 1.65 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
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "DiscordBot",
"version": "0.5.0",
"description": "Bot for Discord app",
"readme": "README.md",
"maintainers": [
{
"name": "Alex Chaldyshev",
"url": "https://github.com/chalda"
},
{
"name": "Johnny Dickinson",
"url": "https://github.com/Einarin"
}
],
"author": "Alex Chaldyshev",
"repository": {
"type": "git",
"url": "git+https://github.com/chalda/DiscordBot.git"
},
"license": "GPL-2.0",
"dependencies": {
"@discordjs/opus": "0.3.2",
"@discordjs/voice": "^0.10.0",
"axios": "0.21.2",
"bufferutil": "^4.0.1",
"cheerio": "^1.0.0-rc.11",
"d20": "^1.4.1",
"discord.js": "13.8.0",
"feedparser": "1.1.x",
"ffmpeg-static": "^4.2.7",
"forever": "3.0.2",
"html-to-text": "^3.3.0",
"imgflipper": "^1.0.1",
"leet": "^1.3.0",
"libsodium-wrappers": "^0.7.10",
"lodash": "^4.17.21",
"memorystream": "0.3.1",
"node-wolfram": "0.0.1",
"npm": "^6.14.17",
"opusscript": "0.0.8",
"querystring": "0.2.x",
"request": "2.88.2",
"request-promise": "4.2.1",
"split-camelcase-to-words": "^1.0.1",
"spotify-web-api-node": "^5.0.2",
"string-sanitizer": "^1.1.1",
"tumblr.js": "0.0.x",
"urban": "^0.3.1",
"utf-8-validate": "^5.0.2",
"uws": "^100.0.1",
"vm2": "^3.9.11",
"wikijs": "^6.0.1",
"youtube-dl": "^3.0.2",
"youtube-node": "^1.3.3",
"prettier": "2.5.0"
},
"main": "discord_bot.js",
"scripts": {
"start": "node ./discord_bot.js",
"forever": "forever -o out.log -e err.log -n 10000 start ./discord_bot.js",
"postinstall": "node ./node_modules/youtube-dl/scripts/download.js"
}
}