{ "name": "client", "version": "1.0.0", "main": "index.js", "scripts": { "dev": "vite", "build": "tsc && vite build", "preview": "vite preview" }, "keywords": [], "author": "", "license": "ISC", "description": "", "devDependencies": { "@types/node": "^22.13.1", "@vitejs/plugin-react-swc": "^3.7.2", "typescript": "^5.7.3", "vite": "^6.0.2" }, "dependencies": { "@pipecat-ai/client-js": "^0.3.5", "@pipecat-ai/daily-transport": "^0.3.8" } }