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