-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 945 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 945 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
35
36
37
38
39
40
41
{
"name": "@clawdbot/deepgram-discord-voice",
"version": "0.2.0",
"type": "module",
"description": "Discord voice channel plugin for Clawdbot/OpenClaw using Deepgram streaming STT + low-latency TTS",
"main": "index.ts",
"author": "Discord Voice Plugin Contributors",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/openclaw/clawhub"
},
"keywords": [
"clawdbot",
"discord",
"voice",
"speech-to-text",
"text-to-speech",
"ai",
"deepgram"
],
"dependencies": {
"@discordjs/voice": "^0.18.0",
"discord.js": "^14.16.3",
"libsodium-wrappers": "^0.7.15",
"opusscript": "^0.0.8",
"prism-media": "^1.3.5",
"ws": "^8.18.0"
},
"clawdbot": {
"extensions": [
"./index.ts"
]
},
"devDependencies": {
"@sinclair/typebox": "^0.34.48",
"@types/node": "^25.0.10",
"@types/ws": "^8.18.0",
"typescript": "^5.9.3"
}
}