Files
ms365-electron/package.json
dependabot[bot] e8ebcdaa2d Bump electron from 17.3.0 to 18.0.0 (#14)
Bumps [electron](https://github.com/electron/electron) from 17.3.0 to 18.0.0.
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
- [Commits](https://github.com/electron/electron/compare/v17.3.0...v18.0.0)

---
updated-dependencies:
- dependency-name: electron
  dependency-type: direct:development
  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>
2022-03-30 21:39:41 +05:30

90 lines
2.2 KiB
JSON

{
"name": "ms-office-electron",
"version": "0.5.2",
"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.0",
"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": "^4.6.1",
"is-online": "^9.0.1"
}
}