32e7465c0d
Bumps [electron](https://github.com/electron/electron) from 7.2.4 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.2.4...v9.4.0) Signed-off-by: dependabot[bot] <support@github.com>
25 lines
961 B
JSON
25 lines
961 B
JSON
{
|
|
"name": "google-translate-electron",
|
|
"author": "mattuy<mattuylee@outlook.com>",
|
|
"version": "0.2.2",
|
|
"main": "./src/index.js",
|
|
"description": "Google Translate for Windows Desktop, built with Electron",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "electron .",
|
|
"package-win": "electron-packager ./ --overwrite --platform=win32 --arch=x64,ia32 --out ./bin --icon ./appicon.ico --app-copyright \"copyright@mattuy<mattuylee@outlook.com>\" --win32metadata.CompanyName=\"\"",
|
|
"package-linux": "electron-packager ./ --overwrite --platform=linux --arch=x64,ia32,arm64 --out ./bin --icon ./appicon.png"
|
|
},
|
|
"productName": "google-translate-electron",
|
|
"originalFilename": "google-translate-electron",
|
|
"dependencies": {
|
|
"lodash": "^4.17.19"
|
|
},
|
|
"devDependencies": {
|
|
"@types/lodash": "^4.14.155",
|
|
"electron": "^9.4.0",
|
|
"electron-packager": "^14.2.1",
|
|
"typescript": "^3.5.3"
|
|
}
|
|
}
|