blob: f6cefc9b14f2592d5c32a6e5ac5b1152aa11f4d5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
{
"name": "together",
"version": "1.0.0",
"description": "node.js server for youtube watch together",
"main": "build/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc -p tsconfig.json"
},
"author": "Cuties",
"license": "MIT",
"dependencies": {
"superagent": "^8.0.0",
"typescript": "^4.7.4",
"uuid": "^8.3.2",
"ws": "^8.8.1"
},
"devDependencies": {
"@types/superagent": "^4.1.15",
"@types/ws": "^8.5.3"
}
}
|