-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 826 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 826 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "ios-uploader-gui",
"version": "1.0.0",
"description": "GUI for ios-uploader",
"main": "main.js",
"scripts": {
"start": "electron .",
"pack": "electron-builder --dir",
"dist": "electron-builder"
},
"repository": "https://github.com/hecpl0it/ios-uploader-gui",
"keywords": [
"ios",
"uploader",
"ipa",
"gui",
"app"
],
"author": "hexpl0it",
"license": "CC0-1.0",
"devDependencies": {
"electron": "^11.2.0",
"electron-builder": "^22.9.1"
},
"dependencies": {
"electron-json-storage": "^4.3.0",
"ios-uploader": "^1.2.1",
"milligram": "^1.4.1",
"progressbar.js": "^1.1.0",
"sweetalert2": "^10.13.0"
},
"build": {
"appId": "hexpl0it.ios-uploader-gui",
"mac": {
"category": "hexpl0it.app.ios-uploader-gui"
}
}
}