blob: 808284b7cce5560db89fc1c7e8f44cf68dec54b9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
{
"name": "synctube",
"version": "1.0.0",
"description": "Synchronized video viewing with chat and other features",
"main": "build/server.js",
"scripts": {
"start": "node build/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RblSb/SyncTube.git"
},
"author": "RblSb",
"license": "MIT",
"bugs": {
"url": "https://github.com/RblSb/SyncTube/issues"
},
"homepage": "https://github.com/RblSb/SyncTube#readme",
"dependencies": {
"ws": "^8.17.1"
},
"engines": {
"node": ">=14.17.0"
}
}
|