-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1015 Bytes
/
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
{
"name": "Alertes-GLPI",
"version": "1.1.0",
"description": "Alerte des tickets GLPI attribués",
"main": "main.js",
"scripts": {
"start": "electron .",
"scss": "node-sass --watch scss -o css",
"pack": "electron-builder --dir",
"dist": "electron-builder"
},
"author": "MartinD",
"license": "ISC",
"devDependencies": {
"electron": "^8.0.2",
"electron-builder": "^22.3.6",
"electron-wix-msi": "^2.2.0"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.12.1",
"cheerio": "^1.0.0-rc.3",
"electron-log": "^4.0.7",
"electron-store": "^5.1.1",
"jquery": "^3.5.0",
"node-notifier": "^5.4.3",
"node-sass": "^4.13.1",
"open": "^7.0.2",
"puppeteer": "^2.1.1",
"request": "^2.88.2",
"request-promise": "^4.2.5"
},
"build": {
"appId": "com.AlertesGLPI.desktop-notifications",
"mac": {
"category": "program.TicketsGLPI"
},
"extraResources": [
"assets/*.*",
"assets/icons/*.*"
]
}
}