66 lines
1.6 KiB
JSON
66 lines
1.6 KiB
JSON
{
|
|
"name": "falixnodes",
|
|
"version": "4.61.25",
|
|
"description": "Accessing Falix, all from one place",
|
|
"main": "src/js/electron/index.js",
|
|
"scripts": {
|
|
"start": "electron .",
|
|
"build": "electron-builder build"
|
|
},
|
|
"author": "KorbsStudio",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ansi-regex": "^6.0.1",
|
|
"custom-electron-titlebar": "^4.1.0",
|
|
"electron-context-menu": "^3.1.2",
|
|
"electron-log": "^4.4.6",
|
|
"electron-updater": "^4.6.5",
|
|
"glasstron": "^0.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"electron": "^18.1.0",
|
|
"electron-builder": "^22.14.13"
|
|
},
|
|
"build": {
|
|
"appId": "com.korbsstudio.falixnodes-desktop",
|
|
"productName": "FalixNodes Desktop",
|
|
"publish": {
|
|
"provider": "generic",
|
|
"url": "https://updates.korbsstudio.com/falix-software/"
|
|
},
|
|
"win": {
|
|
"target": [
|
|
"nsis",
|
|
"appx"
|
|
],
|
|
"asar": "false"
|
|
},
|
|
"mac": {
|
|
"target": [
|
|
"dmg",
|
|
"zip"
|
|
],
|
|
"darkModeSupport": true,
|
|
"category": "public.app-category.utilities"
|
|
},
|
|
"linux": {
|
|
"target": [
|
|
"snap",
|
|
"AppImage"
|
|
],
|
|
"maintainer": "package.korbsstudio.falixnodes",
|
|
"category": "Network",
|
|
"vendor": "Korbs Studio",
|
|
"description": "Accessing Falix, all from one place"
|
|
},
|
|
"nsis": {
|
|
"deleteAppDataOnUninstall": true,
|
|
"shortcutName": "FalixNodes Desktop",
|
|
"displayLanguageSelector": true,
|
|
"oneClick": false,
|
|
"allowElevation": false,
|
|
"allowToChangeInstallationDirectory": true,
|
|
"createDesktopShortcut": false
|
|
}
|
|
}
|
|
}
|