forked from Clad3815/Twitch-Streamer-GPT
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1021 Bytes
/
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
{
"name": "twitch-streamer-gpt",
"version": "1.6.0",
"description": "",
"main": "twitchBot.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "start node voiceRecorder.js && start node twitchBot.js",
"choose-mic": "node voiceRecorder.js --choose-mic",
"calibrate": "node voiceRecorder.js --calibrate",
"choose-speaker": "node voiceRecorder.js --choose-speaker"
},
"author": "Clad3815",
"license": "ISC",
"dependencies": {
"@picovoice/porcupine-node": "^3.0.1",
"@picovoice/pvrecorder-node": "^1.2.1",
"@twurple/auth": "^7.0.6",
"@twurple/auth-tmi": "^7.0.6",
"@twurple/easy-bot": "^7.0.6",
"@twurple/pubsub": "^7.0.6",
"axios": "^1.6.2",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"ffmpeg-static": "^5.2.0",
"google-tts-api": "^2.0.2",
"js-tiktoken": "^1.0.8",
"jsonrepair": "^3.5.0",
"openai": "^4.24.0",
"speaker": "^0.5.4",
"wavefile": "^11.0.0",
"written-number": "^0.11.1"
}
}