-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 800 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 800 Bytes
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
{
"name": "poligot-bot",
"version": "1.0.0",
"description": "Discord bot untuk latihan bahasa dengan Gemini AI dan Free TTS",
"main": "index.js",
"scripts": {
"start": "node bot/index.js",
"dev": "nodemon bot/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"discord",
"bot",
"language",
"gemini",
"free-tts",
"google-cloud"
],
"author": "Nama Kamu",
"license": "ISC",
"dependencies": {
"@discordjs/voice": "^0.17.0",
"@google-cloud/speech": "^6.7.0",
"@google/generative-ai": "^0.20.0",
"discord.js": "^14.19.3",
"dotenv": "^16.5.0",
"ffmpeg-static": "^5.2.0",
"libsodium-wrappers": "^0.7.15",
"prism-media": "^1.3.5"
},
"devDependencies": {
"nodemon": "^3.1.4"
}
}