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
|
{
"name": "furrybot-discord",
"version": "1.0.0",
"description": "Furrybot ported to discord.js",
"main": "init.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EliasFleckenstein03/furrybot-discord.git"
},
"author": "EliasFleckenstein03",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/EliasFleckenstein03/furrybot-discord/issues"
},
"homepage": "https://github.com/EliasFleckenstein03/furrybot-discord#readme",
"dependencies": {
"@discordjs/voice": "^0.9.0-dev.1646395401.6f7a366",
"discord.js": "^14.0.0-dev.1646395406.6f7a366",
"free-google-images": "^1.0.4",
"node-fetch": "^2.0.0",
"pseudo-random": "^0.6.0",
"sha1": "^1.1.1",
"sodium": "^3.0.2",
"ytdl-core": "^4.11.0"
}
}
|