-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 1.78 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
{
"name": "DentreadIMApp",
"version": "1.4.3",
"description": "Dentread IM App",
"main": "main.js",
"scripts": {
"start": "electron .",
"package": "electron-builder"
},
"repository": "https://github.com/dentread/Dentread-IM-App",
"publish": {
"provider": "github",
"releaseType": "release"
},
"nsis": {
"oneClick": true,
"perMachine": true,
"allowToChangeInstallationDirectory": true,
"allowElevation": true,
"forceCloseApplications": true,
"deleteAppDataOnUninstall": true
},
"build": {
"appId": "com.dentread.Imapp",
"win": {
"target": "nsis"
},
"directories": {
"output": "DentreadBuild11"
},
"artifactName": "${productName}-Setup.${ext}",
"files": [
"**/*",
"notification.js",
"notificationProcess.pid",
"images/LogoDentread.png"
],
"extraResources": [
"assets/**",
"images/**"
],
"asar": true,
"icon": "images/LogoDentread.png"
},
"productName": "DentreadIMApp",
"author": "Dentread",
"license": "ISC",
"dependencies": {
"@fortawesome/fontawesome-free": "^6.4.2",
"archiver": "^6.0.1",
"auto-launch": "^5.0.6",
"axios": "^1.5.0",
"bootstrap": "^5.3.2",
"dialog": "^0.3.1",
"electron-notification": "^1.0.0",
"electron-squirrel-startup": "^1.0.0",
"electron-store": "^8.2.0",
"electron-updater": "^6.1.4",
"form-data": "^4.0.0",
"got": "^13.0.0",
"jquery": "^3.7.1",
"node-cron": "^3.0.3",
"node-fetch": "^2.6.6",
"node-notifier": "^10.0.1",
"rimraf": "^5.0.5"
},
"type": "commonjs",
"publishers": [
{
"name": "Dentread",
"url": "https://cloud.dentread.com"
}
],
"devDependencies": {
"electron": "^27.3.11",
"electron-builder": "^24.13.3"
}
}