Initial commit

This commit is contained in:
Porawit Dongwang
2026-09-16 23:20:08 +07:00
commit 0041668dbb
32577 changed files with 3687927 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"name": "ac-ribbon-monitor-backend",
"version": "1.0.0",
"description": "RTSP to MJPEG proxy for IMOU AC Ribbon Monitor",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.19.2"
}
}