-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.22 KB
/
package.json
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
{
"name": "livekit-stream-website",
"version": "1.0.0",
"description": "stream a website using livekit egress",
"main": "index.js",
"type": "module",
"scripts": {
"start": "ts-node-esm src/start.ts",
"stop": "ts-node-esm src/stop.ts"
},
"author": "Tim Pietrusky",
"license": "AGPL-3.0-or-later",
"dependencies": {
"livekit-server-sdk": "^1.2.3",
"@jest/globals": "^29.5.0",
"@types/node": "^18.16.3",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"dotenv": "16.0.3",
"eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-typescript": "^3.0.0",
"eslint-config-xo": "^0.43.1",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-unicorn": "^46.0.0",
"eslint-plugin-unused-imports": "^2.0.0",
"ffmpeg-static": "5.1.0",
"fluent-ffmpeg": "2.1.2",
"install": "0.13.0",
"jest": "^29.5.0",
"jest-config": "^29.5.0",
"nanoid": "4.0.2",
"npm": "9.7.2",
"obs-websocket-js": "5.0.3",
"prettier": "^2.8.8",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
},
"devDependencies": {
"husky": "^8.0.3"
}
}