-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
executable file
·69 lines (69 loc) · 1.57 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
63
64
65
66
67
68
69
{
"name": "kizana",
"version": "1.0.0",
"main": "kizana_resources/index.js",
"description": "خزانة الكتب فيها ثمانية آلاف كتاب للقراءة و البحث فيها",
"scripts": {
"start": "electron .",
"dist": "electron-builder"
},
"author": {
"name": "",
"email": "",
"url": ""
},
"license": "GPL-3.0-or-later",
"build": {
"appId": "com.kizana.app",
"productName": "الخزانة",
"directories": {
"buildResources": "build",
"output": "dist"
},
"linux": {
"category": "Education",
"desktop": {
"Comment": "خزانة الكتب فيها ثمانية آلاف كتاب للقراءة و البحث فيها",
"Name": "الخزانة",
"Type": "Application",
"Categories": "Education"
},
"executableName": "kizana",
"maintainer": "[email protected]",
"asar": "false",
"compression": "maximum",
"icon": "build/icon.icns",
"target": [
"dir"
]
},
"win": {
"asar": false,
"target": [
"dir"
]
},
"mac": {
"category": "public.app-category.education",
"icon": "build/icon.icns",
"target": [
"dmg",
"zip"
]
}
},
"dependencies": {
"adm-zip": "0.5.5",
"chrome-tabs": "5.4.0",
"jquery": "3.7.1",
"knex": "3.0.1",
"oktob.js": "1.1.0",
"path": "0.12.7",
"sqlite3": "5.1.6"
},
"devDependencies": {
"electron": "31.3.1",
"electron-builder": "24.9.1",
"electron-reloader": "1.1.0"
}
}