-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1009 Bytes
/
package.json
File metadata and controls
45 lines (45 loc) · 1009 Bytes
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "go_live",
"version": "1.0.0",
"author": "Viraj Doshi",
"type": "module",
"description": "",
"main": "app.js",
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"lint": "turbo run lint",
"test": "turbo run test",
"clean": "turbo run clean && rm -rf node_modules",
"dev:video": "turbo run dev --filter=live-video",
"dev:chat": "turbo run dev --filter=live-chat"
},
"workspaces": [
"apps/*",
"packages/*"
],
"keywords": [
"WebRTC",
"Live Streaming",
"Video Streaming"
],
"license": "ISC",
"packageManager": "pnpm@10.28.2",
"dependencies": {
"@bufbuild/buf": "^1.65.0",
"@bufbuild/protobuf": "^2.11.0",
"@grpc/grpc-js": "^1.14.3",
"dotenv": "^17.2.3",
"jsonwebtoken": "^9.0.3",
"systeminformation": "^5.30.5",
"ultimate-express": "^2.0.15",
"uuid": "^13.0.0"
},
"devDependencies": {
"@tsconfig/node-lts": "^24.0.0",
"@types/express": "^5.0.6",
"@types/node": "^25.0.7",
"ts-proto": "^2.11.2",
"typescript": "^5.9.3"
}
}