-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 963 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 963 Bytes
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
{
"name": "elecwhat",
"description": "Simple desktop whatsapp client for linux",
"author": {
"name": "Pierre Carru",
"email": "pierre@carru.fr",
"url": "https://github.com/piec"
},
"homepage": "https://github.com/piec/elecwhat",
"version": "1.14.0",
"main": "src/main.mjs",
"type": "module",
"scripts": {
"start": "electron .",
"debug": "electron --inspect-brk=9229 .",
"test": "echo \"Error: no test specified\" && exit 1",
"pack": "electron-builder --dir",
"dist": "electron-builder",
"release": "electron-builder",
"postinstall": "electron-builder install-app-deps"
},
"license": "GPL-3.0-or-later",
"devDependencies": {
"electron": "^40.1.0",
"electron-builder": "^26.7.0",
"prettier": "^3.8.1"
},
"dependencies": {
"@homebridge/dbus-native": "^0.7.2",
"consola": "^3.4.2",
"electron-context-menu": "^4.1.1",
"lodash-es": "^4.17.23",
"sharp": "^0.34.5"
}
}