Voice-Assistant / package.json
HarshvardhanCn01's picture
Upload 1878 files
295e44e verified
{
"name": "ai-calling-app",
"version": "1.0.0",
"type": "module",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"dotenv": "^16.4.7",
"express": "^4.21.2",
"fs": "^0.0.1-security",
"groq-sdk": "^0.9.1",
"path": "^0.12.7",
"playht": "^0.14.0"
}
}