CoolFace
Apppublic

CaramelAI/dashboard

sourceHugging Faceapache-2.0updated 1y agoView on Hugging Face
0likes
package.json15 linesDownload Raw Back to root
1{2  "name": "hf-space-manager",3  "version": "1.0.0",4  "description": "HuggingFace instance manager dashboard",5  "main": "server.js",6  "dependencies": {7    "express": "^4.18.2",8    "axios": "^1.6.2"9  },10  "scripts": {11    "start": "node server.js"12  },13  "author": "",14  "license": "MIT"15}