File size: 457 Bytes
295e44e | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | {
"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"
}
} |