-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
32 lines (32 loc) · 914 Bytes
/
package.json
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
{
"name": "voice-pipeline-agent-node",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"build": "tsc",
"lint": "eslint -f unix \"**/*.ts\""
},
"packageManager": "[email protected]",
"devDependencies": {
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.15.0",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/node": "^22.9.1",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.1",
"typescript": "^5.6.3"
},
"dependencies": {
"@livekit/agents": "^0.5.0",
"@livekit/agents-plugin-deepgram": "^0.5.0",
"@livekit/agents-plugin-elevenlabs": "^0.5.0",
"@livekit/agents-plugin-openai": "^0.7.0",
"@livekit/agents-plugin-silero": "^0.5.0",
"dotenv": "^16.4.5",
"zod": "^3.23.8"
}
}