-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.09 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.09 KB
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": "streamserver",
"version": "0.5.0",
"description": "A Server For sending rtsp streams to youtube",
"main": "src/main.js",
"scripts": {
"start": "node src/main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fuzzy1450/StreamServer.git"
},
"keywords": [
"Youtube",
"Stream",
"API"
],
"dependencies": {
"@mechanicalhuman/bunyan-pretty": "^3.1.0",
"auth": "file:./auth",
"axios": "^1.7.3",
"console-stamp": "^3.1.2",
"crypto": "^1.0.1",
"ejs": "^3.1.10",
"etc": "file:./etc",
"express": "^4.19.2",
"express-session": "^1.18.0",
"ftp-srv": "^4.6.3",
"googleapis": "^140.0.1",
"node-schedule": "^2.1.1",
"open": "^10.1.0",
"public-ip": "^7.0.1",
"public-ip-legacy": "npm:public-ip@^4.0.4",
"serve-favicon": "^2.5.0",
"src": "file:./src",
"views": "file:./views"
},
"author": "Evan Kupsch",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/fuzzy1450/StreamServer/issues"
},
"homepage": "https://github.com/fuzzy1450/StreamServer#readme"
}