File size: 496 Bytes
f9f0fec
9ada4bc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "name": "live-vision",
  "version": "1.0.0",
  "description": "",
  "main": "index.mjs",
  "type": "module",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://huggingface.co/spaces/fffiloni/live-vision"
  },
  "author": "",
  "license": "MIT",
  "dependencies": {
    "@gradio/client": "^1.1.1",
    "dotenv": "^4.0.0",
    "eventsource": "^2.0.2",
    "express": "^4.18.2",
    "socket.io": "^4.5.4"
  }
}