mirror of
https://github.com/MutableLoss/6502SimDesktop.git
synced 2024-11-24 12:31:09 +00:00
972b813daa
Bumps [electron](https://github.com/electron/electron) from 7.3.2 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/v7.3.2...v9.4.0) Signed-off-by: dependabot[bot] <support@github.com>
21 lines
997 B
JSON
21 lines
997 B
JSON
{
|
|
"name": "6502desktop",
|
|
"version": "0.3.7",
|
|
"description": "Desktop version of 6502 Simulator",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "electron .",
|
|
"dev": "NODE_ENV='development' electron .",
|
|
"pack-mac": "electron-packager . 6502Desktop --asar.unpack=protocol-link.html --overwrite --platform=darwin --arch=x64 --icon=assets/mac/app.icns --out=out --osx-sign.identity='Developer ID Application: 3DEsprit' --appBundleId='6502Desktop' appCategoryType=public.app-category.education",
|
|
"pack-win": "electron-packager . 6502Desktop --asar.unpack=protocol-link.html --overwrite --platform=win32 --arch=x64 --icon=assets/win/app.ico --out=out",
|
|
"pack-linux": "electron-packager . 6502Desktop --asar.unpack=protocol-link.html --overwrite --platform=linux --arch=x64 --out=out --prune=true"
|
|
},
|
|
"author": "DBrown",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"electron": "^9.4.0"
|
|
},
|
|
"devDependencies": {}
|
|
}
|