-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 764 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 764 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
{
"name": "prettyearth",
"productName": "PrettyEarth",
"version": "1.1.0",
"description": "description",
"main": "start.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "electron .",
"package-mac": "electron-packager . --overwrite --platform=darwin --arch=x64 --out=dist --icon=icon.icns --ignore='^/docs|^/dist|^/design' --darwinDarkModeSupport=true"
},
"author": "Evert De Spiegeleer",
"license": "MIT",
"dependencies": {
"@electron/remote": "^2.0.5",
"auto-launch": "^5.0.5",
"esm": "^3.2.25",
"menubar": "^9.1.1",
"mkdirp": "^0.5.1",
"os": "^0.1.1",
"request": "^2.88.2"
},
"devDependencies": {
"electron": "^15.0.0",
"electron-packager": "^15.4.0"
}
}