Files
video-sync/package.json
Peter Stockings cc0136d712 Initial setup
2026-02-28 20:16:53 +11:00

10 lines
213 B
JSON

{
"name": "videosync",
"version": "1.0.0",
"description": "Synchronized video playback with live chat",
"scripts": {
"start": "bun run server.ts",
"dev": "bun --watch run server.ts"
}
}