mirror of
https://github.com/agam778/MS-365-Electron.git
synced 2026-02-17 09:02:10 +00:00
Bumps [electron-updater](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-updater) from 4.6.5 to 5.0.1. - [Release notes](https://github.com/electron-userland/electron-builder/releases) - [Changelog](https://github.com/electron-userland/electron-builder/blob/master/packages/electron-updater/CHANGELOG.md) - [Commits](https://github.com/electron-userland/electron-builder/commits/electron-updater@5.0.1/packages/electron-updater) --- updated-dependencies: - dependency-name: electron-updater dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
90 lines
2.2 KiB
JSON
90 lines
2.2 KiB
JSON
{
|
|
"name": "ms-office-electron",
|
|
"version": "0.6.0",
|
|
"description": "An Unofficial Microsoft Office Online Desktop Client. Free of Cost.",
|
|
"main": "main.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/agam778/MS-Office-Electron.git"
|
|
},
|
|
"build": {
|
|
"extraFiles": [
|
|
"/assets",
|
|
"LICENSE"
|
|
],
|
|
"appId": "com.agampreet.ms-office-electron",
|
|
"productName": "MS-Office-Electron",
|
|
"artifactName": "MS-Office-Electron-Setup-v${version}-${os}-${arch}.${ext}",
|
|
"linux": {
|
|
"category": "Office",
|
|
"desktop": {
|
|
"Comment": "An Unofficial Microsoft Office Online Desktop Client. Free of Cost.",
|
|
"Name": "MS-Office-Electron",
|
|
"StartupNotify": "true",
|
|
"Terminal": "false",
|
|
"Type": "Application",
|
|
"Categories": "Office;"
|
|
},
|
|
"icon": "./assets/icons/icon.png",
|
|
"executableName": "MS-Office-Electron",
|
|
"maintainer": "Agampreet Singh <agam778@zohomail.in>",
|
|
"target": [
|
|
"deb",
|
|
"rpm",
|
|
"AppImage"
|
|
]
|
|
},
|
|
"deb": {
|
|
"compression": "bzip2"
|
|
},
|
|
"mac": {
|
|
"category": "public.app-category.office",
|
|
"target": [
|
|
"dmg"
|
|
],
|
|
"icon": "./assets/icons/icon.icns"
|
|
},
|
|
"nsis": {
|
|
"oneClick": false,
|
|
"perMachine": false,
|
|
"allowToChangeInstallationDirectory": false,
|
|
"license": "LICENSE"
|
|
},
|
|
"win": {
|
|
"target": [
|
|
"nsis"
|
|
],
|
|
"icon": "./assets/icons/icon.ico"
|
|
},
|
|
"directories": {
|
|
"output": "release"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"start": "electron .",
|
|
"pack": "electron-builder --dir",
|
|
"dist": "electron-builder"
|
|
},
|
|
"author": {
|
|
"name": "Agampreet Singh",
|
|
"email": "agam778@zohomail.in",
|
|
"url": "https://agam778.is-a.dev/"
|
|
},
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"electron": "^18.0.3",
|
|
"electron-builder": "^22.14.5"
|
|
},
|
|
"dependencies": {
|
|
"about-window": "^1.15.2",
|
|
"axios": "^0.26.1",
|
|
"discord-rpc": "^4.0.1",
|
|
"electron-context-menu": "^3.1.1",
|
|
"electron-dl": "^3.3.0",
|
|
"electron-log": "^4.4.5",
|
|
"electron-store": "^8.0.1",
|
|
"electron-updater": "^5.0.1",
|
|
"is-online": "^9.0.1"
|
|
}
|
|
}
|