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