mirror of
https://github.com/imgfloat/server.git
synced 2026-02-05 11:49:25 +00:00
Simplify channels and add electron
This commit is contained in:
4097
src/main/node/package-lock.json
generated
Normal file
4097
src/main/node/package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
40
src/main/node/package.json
Normal file
40
src/main/node/package.json
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"name": "imgfloat-electron",
|
||||
"version": "0.0.1",
|
||||
"description": "Electron wrapper for the Imgfloat overlay",
|
||||
"main": "app.js",
|
||||
"scripts": {
|
||||
"dist:linux": "electron-builder --linux AppImage",
|
||||
"dist:win": "electron-builder --win nsis",
|
||||
"dist:mac": "electron-builder --mac"
|
||||
},
|
||||
"build": {
|
||||
"appId": "com.imgfloat.overlay",
|
||||
"productName": "Imgfloat",
|
||||
"files": [
|
||||
"app.js"
|
||||
],
|
||||
"asar": false,
|
||||
"directories": {
|
||||
"output": "dist"
|
||||
},
|
||||
"linux": {
|
||||
"target": [
|
||||
"AppImage"
|
||||
],
|
||||
"category": "Utility"
|
||||
},
|
||||
"win": {
|
||||
"target": [
|
||||
"nsis"
|
||||
]
|
||||
},
|
||||
"mac": {
|
||||
"category": "public.app-category.productivity"
|
||||
}
|
||||
},
|
||||
"devDependencies": {
|
||||
"electron": "^30.0.6",
|
||||
"electron-builder": "^24.13.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user