|
{ |
|
"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" |
|
} |
|
} |
|
|