File size: 249 Bytes
83508c1
 
 
 
 
 
 
 
 
0396645
 
83508c1
 
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "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"
  }
}