yasarefe's picture
Add async API with job tracking for APK builds
0396645
raw
history blame contribute delete
249 Bytes
{
"name": "apk-builder",
"version": "1.0.0",
"description": "APK Build Service for Hugging Face Space",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"dependencies": {
"express": "^4.18.2",
"uuid": "^9.0.0"
}
}