Files
ms365-electron/package.json
dependabot[bot] 8eed667124 Bump electron from 18.2.2 to 18.2.3 (#33)
Bumps [electron](https://github.com/electron/electron) from 18.2.2 to 18.2.3.
- [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/v18.2.2...v18.2.3)

---
updated-dependencies:
- dependency-name: electron
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-12 12:12:17 +05:30

82 lines
2.1 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"
},
"author": {
"name": "Agampreet Singh",
"email": "agam778@zohomail.in",
"url": "https://agam778.is-a.dev/"
},
"build": {
"extraFiles": [
"/assets",
"LICENSE"
],
"appId": "com.agampreet.ms-office-electron",
"productName": "MS-Office-Electron",
"artifactName": "MS-Office-Electron-Setup-v${version}-${os}-${arch}.${ext}",
"mac": {
"identity": "null",
"category": "public.app-category.office",
"target": [
"dmg"
],
"icon": "./assets/generated/icons/mac/icon.icns"
},
"win": {
"target": [
"nsis"
],
"icon": "./assets/generated/icons/win/icon.ico"
},
"nsis": {
"oneClick": false,
"perMachine": false,
"allowToChangeInstallationDirectory": false,
"license": "LICENSE"
},
"linux": {
"category": "Office",
"icon": "./assets/generated/icons/png",
"executableName": "ms-office-electron",
"maintainer": "Agampreet Singh <agam778@zohomail.in>",
"target": [
"deb",
"rpm",
"AppImage"
]
},
"directories": {
"output": "release"
}
},
"scripts": {
"start": "electron .",
"genicon": "rm -rf ./assets/generated && electron-icon-maker --input=assets/icon.png --output=assets/generated",
"pack": "yarn genicon && electron-builder --dir",
"dist": "electron-builder"
},
"license": "MIT",
"devDependencies": {
"electron": "^18.2.3",
"electron-builder": "^23.0.3"
},
"dependencies": {
"about-window": "^1.15.2",
"axios": "^0.27.2",
"discord-rpc": "^4.0.1",
"electron-context-menu": "^3.1.1",
"electron-dl": "^3.3.1",
"electron-log": "^4.4.7",
"electron-store": "^8.0.1",
"electron-updater": "^5.0.1",
"is-online": "^9.0.1",
"electron-icon-maker": "0.0.5"
}
}