awacke1 commited on
Commit
2f4d105
·
verified ·
1 Parent(s): 6f9dc20

Update package.json

Browse files
Files changed (1) hide show
  1. package.json +22 -24
package.json CHANGED
@@ -1,25 +1,23 @@
1
  {
2
- "name": "live-vision",
3
- "version": "1.0.0",
4
- "description": "",
5
- "main": "index.mjs",
6
- "type": "module",
7
- "scripts": {
8
- "test": "echo \"Error: no test specified\" && exit 1"
9
- },
10
- "repository": {
11
- "type": "git",
12
- "url": "https://huggingface.co/spaces/fffiloni/live-vision"
13
- },
14
- "author": "",
15
- "license": "MIT",
16
- "dependencies": {
17
- "@gradio/client": "^0.10.1",
18
- "dotenv": "^4.0.0",
19
- "eventsource": "^2.0.2",
20
- "express": "^4.18.2",
21
- "socket.io": "^4.5.4",
22
- "base64-url": "^2.3.3",
23
- "node-fetch": "^3.0.0"
24
- }
25
- }
 
1
  {
2
+ "name": "live-vision",
3
+ "version": "1.0.0",
4
+ "description": "",
5
+ "main": "index.mjs",
6
+ "type": "module",
7
+ "scripts": {
8
+ "test": "echo \"Error: no test specified\" && exit 1"
9
+ },
10
+ "repository": {
11
+ "type": "git",
12
+ "url": "https://huggingface.co/spaces/fffiloni/live-vision"
13
+ },
14
+ "author": "",
15
+ "license": "MIT",
16
+ "dependencies": {
17
+ "@gradio/client": "^0.10.1",
18
+ "dotenv": "^4.0.0",
19
+ "eventsource": "^2.0.2",
20
+ "express": "^4.18.2",
21
+ "socket.io": "^4.5.4"
22
+ }
23
+ }