{ "name": "client", "version": "1.0.0", "main": "index.js", "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview" }, "keywords": [], "author": "", "license": "ISC", "description": "", "devDependencies": { "vite": "^6.3.5" }, "dependencies": { "@pipecat-ai/client-js": "^0.3.5", "@pipecat-ai/daily-transport": "^0.3.10" } }