-
-
Notifications
You must be signed in to change notification settings - Fork 75
/
package.json
38 lines (38 loc) · 894 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
{
"name": "whatsapp-desktop-dark",
"version": "0.4.930",
"description": "Dark UI for WhatsApp desktop by m4heshd",
"repository": {
"type": "git",
"url": "https://github.com/m4heshd/whatsapp-desktop-dark.git"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"run-gui": "node index.js",
"run-cli": "node index.js cli",
"dist-win": "node build.js win32",
"dist-mac": "node build.js darwin"
},
"keywords": [
"whatsapp",
"dark",
"night"
],
"author": "Mahesh Bandara Wijerathna",
"license": "MIT",
"dependencies": {
"asar": "0.14.6",
"express": "4.17.1",
"fs-extra": "8.1.0",
"is-color": "1.0.2",
"open": "6.4.0",
"ps-node": "0.1.6",
"semver": "6.3.0",
"socket.io": "2.3.0"
},
"devDependencies": {
"nexe": "3.3.2",
"resourcehacker": "4.2.51"
}
}