-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 915 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 915 Bytes
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
35
36
37
38
{
"name": "ai-escalation-knowledge-service",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"start": "node index.js",
"start-agent": "node agent.js start",
"dev": "nodemon index.js",
"dev-agent": "nodemon agent.js dev"
},
"keywords": [
"hitl",
"ai",
"escalation",
"knowledge",
"service"
],
"author": "anorangefalcon",
"license": "ISC",
"packageManager": "pnpm@10.8.0",
"dependencies": {
"@livekit/agents": "^0.7.4",
"@livekit/agents-plugin-deepgram": "^0.5.6",
"@livekit/agents-plugin-livekit": "^0.1.0",
"@livekit/agents-plugin-openai": "^0.9.1",
"@livekit/agents-plugin-silero": "^0.5.5",
"axios": "^1.9.0",
"cors": "^2.8.5",
"dotenv": "^16.5.0",
"express": "^5.1.0",
"mongoose": "^8.0.3",
"nodemon": "^3.1.10",
"openai": "^4.97.0",
"zod": "^3.24.3"
}
}