-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 837 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 837 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
{
"name": "cam-interface",
"version": "1.0.0",
"description": "Multi-camera PTZ control interface with WebRTC streaming",
"main": "cam-web/ptz-proxy/server.js",
"type": "module",
"scripts": {
"build": "echo 'No build step required'",
"start": "node cam-web/ptz-proxy/server.js",
"dev": "cd cam-web/ptz-proxy && npm run dev"
},
"dependencies": {
"compression": "^1.7.4",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"http-proxy-middleware": "^2.0.6",
"node-fetch": "^3.3.2",
"concurrently": "^8.2.2",
"digest-fetch": "^3.0.0"
},
"engines": {
"node": ">=18.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Levitree/cam-interface.git"
},
"keywords": ["camera", "ptz", "webrtc", "streaming", "surveillance"],
"author": "",
"license": "MIT"
}