diff options
| author | Kumar Priyansh <[email protected]> | 2019-06-11 14:09:17 +0530 |
|---|---|---|
| committer | Kumar Priyansh <[email protected]> | 2019-06-11 14:09:17 +0530 |
| commit | 042d24df4a8ff25ddd7b04042087da11309ad8c6 (patch) | |
| tree | 0c2dfb4d7e49c4da15eb7df4802b9baa6c4fa2ef /package.json | |
| parent | 64cf1a0053eb65b3685e9e16acb28ed8ea05e4ca (diff) | |
| download | authorr-042d24df4a8ff25ddd7b04042087da11309ad8c6.tar.xz authorr-042d24df4a8ff25ddd7b04042087da11309ad8c6.zip | |
Updated Configuration Files
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 36 |
1 files changed, 33 insertions, 3 deletions
diff --git a/package.json b/package.json index 2a3e530..f10df99 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,35 @@ "description": "A Simple App for Book Authoring", "main": "main.js", "scripts": { - "test": "electron ." + "test": "electron .", + "start": "electron ." + }, + "build": { + "appId": "xyz.kumarpriyansh.authorr", + "productName": "Authorr", + "copyright": "Copyright © 2019 Kumar Priyansh", + "dmg": { + "contents": [ + { + "x": 110, + "y": 150 + }, + { + "x": 240, + "y": 150, + "type": "link", + "path": "/Applications" + } + ] + }, + "linux": { + "target": [ + "deb" + ] + }, + "win": { + "target": "NSIS" + } }, "repository": { "type": "git", @@ -18,7 +46,9 @@ ], "author": "Kumar Priyansh", "license": "Apache-2.0", - "dependencies": { - "electron": "^5.0.3" + "dependencies": {}, + "devDependencies": { + "electron": "^5.0.3", + "electron-builder": "^20.43.0" } } |
