This repository has been archived on 2025-04-21. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
FalixNodes-Desktop-v3.7.21/package.json

67 lines
1.6 KiB
JSON
Raw Permalink Normal View History

2025-03-22 22:00:24 -04:00
{
"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
}
}
}