Files
carplay/package.json
2026-05-01 21:51:25 -07:00

19 lines
430 B
JSON

{
"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"
}
}