2024-12-10 19:47:02 +00:00
{
2024-12-17 19:44:23 +00:00
"name" : "asterisk-voicebot-rt-gc-gpt35t" ,
2024-12-10 19:47:02 +00:00
"version" : "1.0.0" ,
"description" : "Asterisk Voicebot Realtime is a Node.js server that facilitates real-time audio processing and communication using various Google Cloud services and OpenAI's GPT-3.5-turbo model." ,
"main" : "index.js" ,
"scripts" : {
"test" : "jest" ,
"start" : "node index.js" ,
"dc:up" : "docker compose up -d --build" ,
"dc:down" : "docker compose down"
} ,
"author" : "moeny" ,
"license" : "MIT" ,
"dependencies" : {
"@google-cloud/speech" : "^6.7.0" ,
"@google-cloud/text-to-speech" : "^5.4.0" ,
"async" : "^3.2.6" ,
"axios" : "^1.7.7" ,
"dotenv" : "^16.4.5" ,
"openai" : "^4.67.2" ,
"tiktoken" : "^1.0.17" ,
"to-uuid" : "^0.1.3"
} ,
"devDependencies" : {
"jest" : "^29.7.0"
}
}