2026-06-30 17:49:41 +05:30
|
|
|
{
|
|
|
|
|
"name": "biz-connect-desktop",
|
2026-07-19 15:38:01 +05:30
|
|
|
"version": "0.1.19",
|
2026-06-30 17:49:41 +05:30
|
|
|
"description": "Biz Connect technician desktop client — loads the Connect web UI with native screen capture",
|
2026-07-01 23:26:24 +05:30
|
|
|
"author": {
|
|
|
|
|
"name": "BizGaze",
|
|
|
|
|
"email": "support@bizgaze.com"
|
|
|
|
|
},
|
2026-06-30 17:49:41 +05:30
|
|
|
"main": "main.js",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"start": "electron .",
|
|
|
|
|
"dist": "electron-builder"
|
|
|
|
|
},
|
2026-07-01 17:03:18 +05:30
|
|
|
"dependencies": {
|
2026-07-02 15:43:02 +05:30
|
|
|
"electron-updater": "^6.3.9"
|
2026-07-01 17:03:18 +05:30
|
|
|
},
|
2026-07-10 16:30:39 +05:30
|
|
|
"optionalDependencies": {
|
|
|
|
|
"@nut-tree-fork/nut-js": "^4.2.0"
|
|
|
|
|
},
|
2026-06-30 17:49:41 +05:30
|
|
|
"devDependencies": {
|
|
|
|
|
"electron": "^31.0.0",
|
|
|
|
|
"electron-builder": "^24.13.3"
|
|
|
|
|
},
|
|
|
|
|
"build": {
|
|
|
|
|
"appId": "com.bizgaze.connect.desktop",
|
|
|
|
|
"productName": "Biz Connect",
|
2026-07-01 23:26:24 +05:30
|
|
|
"directories": {
|
|
|
|
|
"buildResources": "build",
|
|
|
|
|
"output": "dist"
|
|
|
|
|
},
|
2026-07-01 17:03:18 +05:30
|
|
|
"publish": [
|
2026-07-01 23:26:24 +05:30
|
|
|
{
|
|
|
|
|
"provider": "generic",
|
|
|
|
|
"url": "https://remote.bizgaze.com/downloads/"
|
|
|
|
|
}
|
2026-07-01 17:03:18 +05:30
|
|
|
],
|
2026-07-01 23:26:24 +05:30
|
|
|
"win": {
|
|
|
|
|
"target": "nsis",
|
|
|
|
|
"icon": "build/icon.ico"
|
|
|
|
|
},
|
2026-07-01 17:03:18 +05:30
|
|
|
"nsis": {
|
2026-07-01 17:37:58 +05:30
|
|
|
"oneClick": true,
|
2026-07-01 17:03:18 +05:30
|
|
|
"perMachine": false,
|
|
|
|
|
"createDesktopShortcut": true,
|
|
|
|
|
"createStartMenuShortcut": true,
|
2026-07-01 17:37:58 +05:30
|
|
|
"shortcutName": "Biz Connect",
|
|
|
|
|
"runAfterFinish": true
|
2026-07-01 17:03:18 +05:30
|
|
|
},
|
2026-07-01 23:26:24 +05:30
|
|
|
"mac": {
|
|
|
|
|
"target": "dmg",
|
|
|
|
|
"category": "public.app-category.business",
|
|
|
|
|
"icon": "build/icon.ico"
|
|
|
|
|
},
|
|
|
|
|
"linux": {
|
|
|
|
|
"target": "AppImage",
|
|
|
|
|
"category": "Network"
|
|
|
|
|
}
|
2026-06-30 17:49:41 +05:30
|
|
|
}
|
|
|
|
|
}
|