{ "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.0.9" }, "dependencies": { "@pipecat-ai/client-js": "^0.3.2", "@pipecat-ai/daily-transport": "^0.3.4" } }