{ "name": "carplay", "version": "1.0.0", "description": "Decode video streams on the server and play them in the browser as audio plus image frames.", "type": "module", "main": "server/index.js", "scripts": { "start": "node server/index.js", "dev": "node --watch server/index.js" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "express": "^5.2.1", "ws": "^8.20.0" } }