We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f0d4a0 commit 2f158ebCopy full SHA for 2f158eb
1 file changed
package.json
@@ -1,6 +1,7 @@
1
{
2
"name": "camera-node-proxy",
3
"version": "1.0.0",
4
+ "description": "A proxy server for camera feeds",
5
"main": "index.js",
6
"scripts": {
7
"start": "node index.js",
@@ -14,7 +15,6 @@
14
15
],
16
"author": "David Nguyen",
17
"license": "MIT",
- "description": "A proxy server for camera feeds",
18
"dependencies": {
19
"axios": "^1.10.0",
20
"express": "^5.1.0"
0 commit comments