-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
93 lines (93 loc) · 1.73 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
{
"name": "rule34-browser",
"version": "2.3.6",
"description": "A Browser for Easily View, Download and Manage Rule34 pictures :)",
"main": "index.js",
"author": "LowMaster",
"license": "MIT",
"private": true,
"keywords": [
"rule34",
"nsfw",
"adult",
"hentai",
"erotic",
"browser",
"management"
],
"build": {
"appId": "me.lowmaster.rule34-browser",
"productName": "Rule34 Browser",
"copyright": "Copyright © 2022 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": [
"AppImage",
"deb"
],
"icon": "Image/favicon-32x32.png"
},
"win": {
"target": "NSIS",
"publisherName": "LowMaster",
"icon": "Image/favicon.ico"
},
"asar": false,
"nsis": {
"allowToChangeInstallationDirectory": true,
"oneClick": false
}
},
"scripts": {
"start": "electron .",
"build": "electron-builder --dir",
"dist": "electron-builder"
},
"devDependencies": {
"electron": "13.1.4",
"electron-builder": "22.7.0"
},
"dependencies": {
"fluent-ffmpeg": "^2.1.2",
"jsonfile": "^6.1.0",
"jszip": "^3.10.0",
"node-stream-zip": "^1.15.0",
"request": "^2.88.2",
"sharp": "^0.30.3"
},
"repository": {
"type": "git",
"url": "https://github.com/RealLowMaster/Rule34-Browser.git"
},
"bugs": "https://github.com/RealLowMaster/Rule34-Browser/issues"
}