copy of main files to this folder

This commit is contained in:
ChK
2025-12-22 15:55:36 +01:00
parent 0fd1e5d747
commit 05b35b22c8
703 changed files with 15299 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
{
"name": "video-streamer",
"version": "1.1.0",
"description": "HTTPS + WSS dual-camera MJPEG streamer (modular)",
"main": "server.js",
"type": "commonjs",
"scripts": {
"start": "node server.js",
"dev": "PORT=8443 nodemon server.js"
},
"dependencies": {
"compression": "^1.7.4",
"express": "^4.21.1",
"helmet": "^7.1.0",
"ws": "^8.18.0"
},
"devDependencies": {
"nodemon": "^3.1.7"
}
}