blob: be78b5fffecaf2816a339aedabfb9212a65c5a1a (
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.2"
},
"engines": {
"node": ">=14.17.0"
}
}
|