diff --git a/package.json b/package.json index 0968e68..1493ce7 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,8 @@ "build": "cross-env NODE_ENV=production webpack", "start:electron": "electron .", "start:webpack": "webpack", + "nix": "nix run nixpkgs.electron_6 -c electron .", + "webkit2": "webkit2-launcher .", "watch": "webpack --watch", "start": "cross-env NODE_ENV=development npm-run-all --parallel start:*", "pack": "electron-builder --dir", @@ -14,12 +16,22 @@ "postinstall": "electron-builder install-app-deps", "test": "cross-env NODE_ENV=test BABEL_DISABLE_CACHE=1 jest --passWithNoTests" }, + "productName": "Cabal", "repository": "cabal-club/cabal-desktop", "author": { "name": "Cabal Club", "email": "github-noreply@cabal.club" }, + + "launcher": { + "title": "Cabal Desktop", + "icon": "", + "main": "./index.html", + "width": 800, + "height": 600 + }, + "license": "GPL-3.0", "devDependencies": { "@babel/core": "^7.9.0",