Not tested properly, and this would require you to relogin to your microsoft account(s) and setting up your options in menu again.
84 lines
2.0 KiB
JSON
84 lines
2.0 KiB
JSON
{
|
|
"name": "ms-365-electron",
|
|
"version": "0.7.3",
|
|
"description": "Unofficial Microsoft 365 Web Desktop Wrapper made with Electron",
|
|
"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-365-electron",
|
|
"productName": "MS-365-Electron",
|
|
"artifactName": "MS-365-Electron-v${version}-${os}-${arch}.${ext}",
|
|
"mac": {
|
|
"identity": "null",
|
|
"category": "public.app-category.office",
|
|
"target": [
|
|
"dmg"
|
|
],
|
|
"icon": "./assets/icons/mac/icon.icns"
|
|
},
|
|
"win": {
|
|
"target": [
|
|
"nsis"
|
|
],
|
|
"icon": "./assets/icons/win/icon.ico"
|
|
},
|
|
"nsis": {
|
|
"oneClick": false,
|
|
"perMachine": false,
|
|
"allowToChangeInstallationDirectory": false,
|
|
"license": "LICENSE"
|
|
},
|
|
"linux": {
|
|
"category": "Office",
|
|
"icon": "./assets/icons/png",
|
|
"executableName": "ms-365-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": "^21.3.0",
|
|
"electron-builder": "^23.6.0",
|
|
"eslint": "^8.28.0"
|
|
},
|
|
"dependencies": {
|
|
"about-window": "^1.15.2",
|
|
"axios": "^1.1.3",
|
|
"check-internet-connected": "^2.0.6",
|
|
"discord-rpc": "^4.0.1",
|
|
"electron-context-menu": "^3.6.0",
|
|
"electron-dl": "^3.5.0",
|
|
"electron-log": "^4.4.8",
|
|
"electron-store": "^8.1.0",
|
|
"electron-updater": "^5.3.0",
|
|
"node-gyp": "^9.3.0"
|
|
}
|
|
}
|