10 lines
213 B
JSON
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"
|
|
}
|
|
}
|