Files
akartonplanning/package.json
dependabot[bot] c6eb10e788 Bump electron-builder from 23.1.0 to 23.3.3 (#58)
Bumps [electron-builder](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder) from 23.1.0 to 23.3.3.
- [Release notes](https://github.com/electron-userland/electron-builder/releases)
- [Changelog](https://github.com/electron-userland/electron-builder/blob/master/packages/electron-builder/CHANGELOG.md)
- [Commits](https://github.com/electron-userland/electron-builder/commits/v23.3.3/packages/electron-builder)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-20 23:10:40 +05:30

82 lines
1.9 KiB
JSON

{
"name": "ms-office-electron",
"version": "0.7.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"
},
"author": {
"name": "Agampreet Singh",
"email": "agam778@zohomail.in",
"url": "https://agamsblog.xyz/"
},
"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": [
"snap",
"deb",
"rpm",
"AppImage",
"tar.gz"
]
},
"directories": {
"output": "release"
}
},
"scripts": {
"start": "electron .",
"pack": "electron-builder --dir",
"dist": "electron-builder"
},
"license": "MIT",
"devDependencies": {
"electron": "^20.0.3",
"electron-builder": "^23.3.3"
},
"dependencies": {
"about-window": "^1.15.2",
"axios": "^0.27.2",
"discord-rpc": "^4.0.1",
"electron-context-menu": "^3.4.0",
"electron-dl": "^3.3.1",
"electron-log": "^4.4.8",
"electron-store": "^8.1.0",
"electron-updater": "^5.2.1",
"is-online": "^10.0.0"
}
}