File size: 538 Bytes
48e84aa
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "name": "test-docker",
  "version": "1.0.0",
  "description": "--- title: Test Docker emoji: 💩 colorFrom: indigo colorTo: blue sdk: docker app_file: app.py pinned: false license: mit ---",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://huggingface.co/spaces/victor/test-docker"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "dotenv": "^4.0.0",
    "express": "^4.18.2",
    "socket.io": "^4.5.4"
  }
}