Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "vitest --run",
"test:watch": "vitest",
"dev": "pnpm run build && node dist/main.js dev",
"download-files": "pnpm run build && node dist/main.js download-files",
"download-files": "pnpm run build && npx livekit-agents download-files",
"start": "node dist/main.js start"
},
"engines": {
Expand All @@ -34,9 +34,9 @@
"vitest": "^4.1.4"
},
"dependencies": {
"@livekit/agents": "^1.4.1",
"@livekit/agents-plugin-livekit": "^1.4.1",
"@livekit/agents-plugin-silero": "^1.4.1",
"@livekit/agents": "^1.4.3",
"@livekit/agents-plugin-livekit": "^1.4.3",
"@livekit/agents-plugin-silero": "^1.4.3",
"@livekit/plugins-ai-coustics": "^0.2.14",
"dotenv": "^17.4.1",
"zod": "^3.25.76"
Expand Down
Loading
Loading