-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.12 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.12 KB
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
{
"name": "ricardobot",
"version": "1.0.0",
"description": "Discord bot for Ricardo Discord Server",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node deploy-commands.js && node --trace-warnings index.js"
},
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"@discordjs/opus": "github:discordjs/opus",
"@discordjs/voice": "^0.16.1",
"@google-cloud/translate": "^8.0.2",
"@huggingface/agents": "^0.0.5",
"@huggingface/hub": "^0.14.3",
"@huggingface/inference": "^2.6.6",
"audio-buffer-from": "^1.1.1",
"axios": "^1.6.0",
"cheerio": "^1.0.0-rc.12",
"discord.js": "^14.7.1",
"dotenv": "^16.0.3",
"ffmpeg-static": "^5.1.0",
"fluent-ffmpeg": "^2.1.2",
"install": "^0.13.0",
"is-url": "^1.2.4",
"libsodium-wrappers": "^0.7.11",
"mime-types": "^2.1.35",
"node-fetch": "^2.7.0",
"npm": "^10.5.0",
"play-dl": "^1.9.6",
"pm2": "^5.3.1",
"prism-media": "^1.3.5",
"stream": "^0.0.2",
"util": "^0.12.5",
"wav": "^1.0.2",
"ytdl-core": "^4.11.5"
}
}