![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [electron](https://github.com/electron/electron) from 9.3.1 to 9.4.0. - [Release notes](https://github.com/electron/electron/releases) - [Changelog](https://github.com/electron/electron/blob/master/docs/breaking-changes.md) - [Commits](https://github.com/electron/electron/compare/v9.3.1...v9.4.0) Signed-off-by: dependabot[bot] <support@github.com>
33 lines
684 B
JSON
33 lines
684 B
JSON
{
|
|
"name": "electron-desktop",
|
|
"version": "0.0.1-alpha",
|
|
"description": "Electron Desktop Application",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "electron .",
|
|
"build": "electron-builder"
|
|
},
|
|
"author": "Mestima",
|
|
"license": "MIT",
|
|
"build": {
|
|
"appId": "com.electron-desktop.app",
|
|
"productName": "Electron Desktop",
|
|
"win": {
|
|
"target": "NSIS",
|
|
"icon": "assets/icon.ico"
|
|
},
|
|
"directories": {
|
|
"output": "build"
|
|
},
|
|
"nsis": {
|
|
"allowToChangeInstallationDirectory": true,
|
|
"oneClick": false
|
|
}
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"electron": "^9.4.0",
|
|
"electron-builder": "^22.7.0"
|
|
}
|
|
}
|