-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
51 lines (51 loc) · 1.11 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": "arthur",
"version": "0.1.0",
"description": "A discord bot, probably a rewrite of Marvin",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"discord",
"bot",
"discord.js",
"arthur",
"marvin"
],
"author": "Nikolas Brandt",
"repository": {
"type": "git",
"url": "https://github.com/nikbrandt/Arthur.git"
},
"license": "MIT",
"dependencies": {
"@discordjs/opus": "^0.8.0",
"bufferutil": "^4.0.3",
"canvas": "^2.8.0",
"capture-website": "^1.4.0",
"discord.js": "^13.10.3",
"erlpack": "github:discord/erlpack",
"file-type": "^12.4.2",
"fluent-ffmpeg": "^2.1.2",
"hoek": "^5.0.4",
"libsodium-wrappers": "^0.7.9",
"moment": "^2.29.1",
"ms": "^2.1.3",
"needle": "^2.6.0",
"node-expat": "^2.4.0",
"node-fetch": "^2.6.1",
"node-ipc": "^9.2.0",
"request": "^2.88.2",
"request-promise": "^4.2.6",
"sqlite": "^4.0.23",
"sqlite3": "^5.0.2",
"trello": "^0.10.0",
"utf-8-validate": "^5.0.5",
"xml2json": "^0.11.2",
"ytdl-core": "^4.8.3",
"ytpl": "^1.0.1",
"ytsr": "^3.5.0",
"zlib-sync": "^0.1.7"
}
}