-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 963 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
{
"name": "Min",
"description": "description",
"author": "tomatopickle",
"version": "1.1.1",
"main": "main.js",
"scripts": {
"start": "electron .",
"build": "electron-builder build --win --publish never",
"deploy": "electron-builder build --win --config electron-builder.yml --publish always"
},
"dependencies": {
"@electron/remote": "^2.0.1",
"electron-context-menu": "^3.1.1",
"electron-dl": "^3.2.1",
"electron-protocols": "^1.0.4",
"electron-updater": "^4.3.9",
"xel-fonts": "^0.9.1"
},
"devDependencies": {
"electron": "14.0.1",
"@electron/remote": "2.0.1"
},
"build": {
"productName": "Min",
"appId": "com.abaan.min",
"win": {
"icon": "resources/icon.ico"
}
},
"repository": {
"type": "git",
"url": "https://github.com/tomatopickle/Min.git"
}
}