-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
96 lines (96 loc) · 1.92 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "x-comic-downloader",
"version": "2.3.3",
"description": "A Software for Downloading Adult and Hentai Comic and Manga and Manage Theme.",
"main": "index.js",
"author": "Mehdi Enayatzadeh (LowMaster)",
"license": "MIT",
"private": true,
"keywords": [
"software",
"program",
"nsfw",
"downloader",
"comic",
"manga",
"hentai",
"adult"
],
"build": {
"appId": "com.x-comic-downloader.id",
"productName": "X Comic Downloader",
"copyright": "Copyright © 2021 Mehdi Enayatzadeh (LowMaster)",
"compression": "maximum",
"directories": {
"output": "build"
},
"mac": {
"category": "public.app-category.adult",
"target": [
"dmg"
],
"icon": "Image/favicon.icns"
},
"dmg": {
"icon": "Image/favicon.icns",
"iconSize": 100,
"window": {
"width": 544,
"height": 408
},
"contents": [
{
"x": 110,
"y": 150
},
{
"x": 240,
"y": 150,
"type": "link",
"path": "/Applications"
}
]
},
"linux": {
"target": "deb",
"icon": "Image/favicon-32x32.png"
},
"win": {
"target": "NSIS",
"publisherName": "Mehdi Enayatzadeh (LowMaster)",
"icon": "Image/favicon.ico"
},
"asar": false,
"nsis": {
"allowToChangeInstallationDirectory": true,
"oneClick": false
},
"deb": {}
},
"scripts": {
"start": "electron .",
"build": "electron-builder --dir",
"dist": "electron-builder",
"dist-mac": "electron-builder --mac",
"dist-linux": "electron-builder --linux"
},
"devDependencies": {
"electron": "^13.1.4",
"electron-builder": "22.7.0"
},
"dependencies": {
"jsonfile": "^6.1.0",
"jszip": "^3.7.1",
"nedb": "^1.8.0",
"node-stream-zip": "^1.14.0",
"request": "^2.88.2",
"sharp": "^0.30.3"
},
"repository": {
"type": "git",
"url": "https://github.com/RealLowMaster/X-Comic-Downloader-Project.git"
},
"bugs": {
"url": "https://github.com/RealLowMaster/X-Comic-Downloader-Project/issues"
}
}