-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
62 lines (62 loc) · 1.33 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "nepaliunicode",
"displayName": "Nepali Unicode",
"productName": "Nepali Unicode",
"FileVersion": "v1.2.2",
"description": "An Unicode Converter app with support for GNU/Linux, Windows & macOS.",
"version": "1.2.2",
"homepage": "http://nirooj56.github.io/nepaliunicode",
"repository": {
"type": "git",
"url": "https://github.com/nirooj56/nepaliunicode.git"
},
"author": {
"name": "Bista Nirooj",
"email": "[email protected]",
"url": "https://nirojbista.com.np"
},
"main": "main.js",
"scripts": {
"start": "electron main.js",
"pack": "build",
"dist": "build",
"postinstall": "install-app-deps"
},
"build": {
"appId": "np.com.nirojbista.nepaliunicode",
"mac": {
"category": "public.app-category.productivity"
},
"dmg": {
"contents": [
{
"x": 110,
"y": 150
},
{
"x": 240,
"y": 150,
"type": "link",
"path": "/Applications"
}
]
},
"linux": {
"target": [
"snap",
"AppImage"
]
},
"win": {
"target": "NSIS",
"icon": "build/icon.ico"
}
},
"license": "MIT",
"dependencies": {},
"devDependencies": {
"electron": "^11.5.0",
"electron-builder": "^17.10.0",
"electron-winstaller": "^2.7.0"
}
}