-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·106 lines (106 loc) · 2.79 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
97
98
99
100
101
102
103
104
105
106
{
"name": "volim-te-app",
"version": "1.5.0",
"description": "VolimTeApp is a delightful application designed to cherish and celebrate the beautiful journey of love.",
"main": "main.js",
"scripts": {
"start": "electron main.js",
"pack": "electron-builder --dir",
"dist": "electron-builder",
"build": "electron-builder",
"postinstall": "electron-builder install-app-deps"
},
"keywords": [
"Love App",
"Relationship Countdown",
"Anniversary Tracker",
"Time Together",
"Relationship Milestones",
"Romantic Countdown",
"Love Celebration",
"Precise Timekeeping",
"Personalized Backgrounds",
"Relationship Duration",
"Love Journey Tracker",
"Special Dates Reminder",
"Anniversary Celebration",
"Relationship Time Tracker",
"Romantic App",
"Countdown Timer",
"Celebrate Love",
"Relationship Moments",
"Relationship Calculator",
"Love Anniversary App"
],
"author": {
"name": "Muhammed Šehić",
"email": "[email protected]"
},
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/MuxBH28/volim-te-app/issues"
},
"homepage": "https://sehic.rf.gd/volimte",
"devDependencies": {
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.7",
"@babel/preset-env": "^7.23.8",
"@electron/rebuild": "^3.5.0",
"electron": "^28.3.3",
"electron-builder": "^24.9.1",
"electron-prebuilt": "^1.4.13",
"electron-rebuild": "^3.2.9"
},
"type": "commonjs",
"build": {
"appId": "com.sehic.volimte",
"productName": "Volim Te App",
"publish": {
"provider": "github",
"owner": "MuxBH28",
"repo": "volim-te-app",
"private": false,
"releaseType": "release"
},
"win": {
"icon": "images/icon.ico"
},
"nsis": {
"oneClick": false,
"allowToChangeInstallationDirectory": true,
"license": "LICENSE.txt",
"installerIcon": "images/icon-installer.ico",
"installerHeaderIcon": "images/icon-installer.ico",
"uninstallerIcon": "images/icon-uninstaller.ico",
"installerSidebar": "images/sidebar.bmp",
"uninstallerSidebar": "images/sidebar.bmp"
},
"linux": {
"target": [
"AppImage",
"deb",
"snap",
"rpm"
],
"category": "Utility",
"icon": "images/icon.png"
}
},
"dependencies": {
"axios": "^1.6.7",
"discord-rpc": "^4.0.1",
"electron-online": "^1.0.0",
"electron-pdf-window": "^1.0.12",
"electron-prompt": "^1.7.0",
"electron-store": "^8.1.0",
"electron-updater": "^6.1.7",
"electron-window-state-manager": "^0.3.2",
"express": "^4.18.2",
"lowdb": "^7.0.1",
"moment": "^2.30.1",
"multer": "^1.4.5-lts.1",
"nedb": "^1.8.0",
"pdfkit": "^0.14.0",
"single-instance-lock": "^1.0.2"
}
}