HarshvardhanCn01/Voice-Assistant
0
1{2 "name": "ai-calling-app",3 "version": "1.0.0",4 "type": "module",5 "main": "server.js",6 "scripts": {7 "test": "echo \"Error: no test specified\" && exit 1",8 "start": "node server.js"9 },10 "keywords": [],11 "author": "",12 "license": "ISC",13 "description": "",14 "dependencies": {15 "dotenv": "^16.4.7",16 "express": "^4.21.2",17 "fs": "^0.0.1-security",18 "groq-sdk": "^0.9.1",19 "path": "^0.12.7",20 "playht": "^0.14.0"21 }22}