Spaces:
Sleeping
Sleeping
Upload package.json with huggingface_hub
Browse files- package.json +25 -25
package.json
CHANGED
|
@@ -1,26 +1,26 @@
|
|
| 1 |
-
{
|
| 2 |
-
"name": "vr180-converter-hf",
|
| 3 |
-
"version": "1.0.0",
|
| 4 |
-
"description": "VR180 Converter for Hugging Face Spaces",
|
| 5 |
-
"main": "app.py",
|
| 6 |
-
"scripts": {
|
| 7 |
-
"start": "python app.py",
|
| 8 |
-
"dev": "python app.py"
|
| 9 |
-
},
|
| 10 |
-
"keywords": [
|
| 11 |
-
"vr180",
|
| 12 |
-
"video-conversion",
|
| 13 |
-
"ai",
|
| 14 |
-
"depth-estimation",
|
| 15 |
-
"stereoscopic",
|
| 16 |
-
"virtual-reality"
|
| 17 |
-
],
|
| 18 |
-
"author": "VR180 Converter Team",
|
| 19 |
-
"license": "MIT",
|
| 20 |
-
"dependencies": {},
|
| 21 |
-
"devDependencies": {},
|
| 22 |
-
"engines": {
|
| 23 |
-
"node": ">=16.0.0",
|
| 24 |
-
"npm": ">=8.0.0"
|
| 25 |
-
}
|
| 26 |
}
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "vr180-converter-hf",
|
| 3 |
+
"version": "1.0.0",
|
| 4 |
+
"description": "VR180 Converter for Hugging Face Spaces",
|
| 5 |
+
"main": "app.py",
|
| 6 |
+
"scripts": {
|
| 7 |
+
"start": "python app.py",
|
| 8 |
+
"dev": "python app.py"
|
| 9 |
+
},
|
| 10 |
+
"keywords": [
|
| 11 |
+
"vr180",
|
| 12 |
+
"video-conversion",
|
| 13 |
+
"ai",
|
| 14 |
+
"depth-estimation",
|
| 15 |
+
"stereoscopic",
|
| 16 |
+
"virtual-reality"
|
| 17 |
+
],
|
| 18 |
+
"author": "VR180 Converter Team",
|
| 19 |
+
"license": "MIT",
|
| 20 |
+
"dependencies": {},
|
| 21 |
+
"devDependencies": {},
|
| 22 |
+
"engines": {
|
| 23 |
+
"node": ">=16.0.0",
|
| 24 |
+
"npm": ">=8.0.0"
|
| 25 |
+
}
|
| 26 |
}
|