-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
39 lines (39 loc) · 991 Bytes
/
package.json
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
39
{
"name": "oc-updater",
"productName": "OpenCore Updater",
"version": "1.4.4",
"description": "OpenCore Updater",
"main": "dist/index.js",
"scripts": {
"start": "tsc && node increase_build_num.js && electron .",
"build": "tsc && node increase_build_num.js && electron-builder -c -m"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mswgen/oc-updater.git"
},
"keywords": [
"opencore",
"hackintosh",
"oc",
"update",
"updater"
],
"author": "mswgen",
"license": "MIT",
"bugs": {
"url": "https://github.com/mswgen/oc-updater/issues"
},
"homepage": "https://github.com/mswgen/oc-updater#readme",
"dependencies": {
"electron-updater": "^6.1.7",
"plist": "^3.1.0"
},
"devDependencies": {
"@types/node": "^20.11.16",
"electron": "^28.2.1",
"electron-builder": "^24.9.1",
"typescript": "^5.3.3"
},
"packageManager": "[email protected]+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447"
}