-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1009 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
43
44
{
"name": "ps4-wallpaper-helper",
"productName": "PS4 Wallpaper Helper",
"version": "1.0.3",
"description": "A really helpful tool for change ps4 wallpaper",
"main": "main.js",
"scripts": {
"start": "electron .",
"pack": "build --dir",
"dist": "build",
"dist:win": "node build.js"
},
"repository": "https://github.com/xingoxu/ps4-wallpaper-helper",
"author": "xingo",
"license": "MIT",
"devDependencies": {
"electron": "^1.4.1",
"electron-builder": "^13.11.1",
"shelljs": "^0.7.6"
},
"dependencies": {
"body-parser": "~1.16.0",
"cookie-parser": "~1.4.3",
"debug": "~2.6.0",
"ejs": "~2.5.5",
"electron-config": "^0.2.1",
"electron-is-dev": "^0.1.2",
"express": "~4.14.1",
"morgan": "~1.7.0",
"socket.io": "^1.7.3"
},
"build": {
"appId": "com.xingoxu.ps4helper",
"mac": {
"category": "public.app-category.utilities"
},
"win": {
"target": [
"7z",
"nsis"
]
}
}
}