Files
akartonplanning/package.json

90 lines
2.2 KiB
JSON
Raw Normal View History

{
"name": "ms-office-electron",
2022-03-31 14:54:54 +05:30
"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": "^23.0.3"
},
"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.1",
"electron-log": "^4.4.5",
"electron-store": "^8.0.1",
"electron-updater": "^5.0.1",
"is-online": "^9.0.1"
}
}