-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 926 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
{
"dependencies": {
"@xmldom/xmldom": ">=0.7.7",
"chokidar": "^3.5.3",
"exifreader": "^4.5.0",
"express": "^4.18.2",
"express-favicon": "^2.0.1",
"minimatch": ">=3.0.5",
"socket.io": "^4.6.1"
},
"name": "photosync",
"productName": "Simple Photo Sync",
"windowtitle": "Simple Photo Sync",
"version": "1.0.0",
"description": "Digital camera tether app",
"homepage": "https://github.com/netlands/PhotoSync",
"main": "main.js",
"scripts": {
"start": "electron .",
"build": "electron-packager . --overwrite --asar --out=./dist/ --ignore=.gitignore --ignore=.+.lnk --ignore=.+.code-workspace --ignore=.+.bat --ignore=.gitattributes --ignore=^/art --ignore=^/test --icon='./SimplePhotoSync.ico'"
},
"devDependencies": {
"@xmldom/xmldom": ">=0.7.7",
"electron": "^25.3.1",
"electron-packager": "^17.1.1",
"got": ">=11.8.5",
"minimatch": ">=3.0.5"
}
}