mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-05-06 20:28:22 +00:00
47 lines
1.0 KiB
JSON
47 lines
1.0 KiB
JSON
{
|
|
"name": "$(ElectronPackageId)",
|
|
"productName": "$(ElectronTitle)",
|
|
"build": {
|
|
"appId": "$(ElectronPackageId)",
|
|
"linux": {
|
|
"desktop": {
|
|
"entry": { "Name": "$(Title)" }
|
|
},
|
|
"executableName": "$(ElectronPackageId)"
|
|
},
|
|
"deb": {
|
|
"desktop": {
|
|
"entry": { "Name": "$(Title)" }
|
|
}
|
|
}
|
|
},
|
|
"description": "$(Description)",
|
|
"version": "$(Version)",
|
|
"main": "main.js",
|
|
"author": {
|
|
"name": "$(Company)"
|
|
},
|
|
"license": "$(License)",
|
|
"executable": "$(TargetName)",
|
|
"singleInstance": $(ElectronSingleInstance),
|
|
"homepage": "$(ProjectUrl)",
|
|
"splashscreen": {
|
|
"imageFile": "$(ElectronSplashScreen)"
|
|
},
|
|
"scripts": {
|
|
"start": "tsc -p ."
|
|
},
|
|
"dependencies": {
|
|
"dasherize": "^2.0.0",
|
|
"electron-updater": "^6.6.2",
|
|
"image-size": "^1.2.1",
|
|
"socket.io": "^4.8.1",
|
|
"electron-host-hook": "file:./ElectronHostHook"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.18",
|
|
"electron": "$(ElectronVersion)",
|
|
"eslint": "^9.37.0",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
} |