-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.38 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "huh-the-app",
"productName": "huh-the-app",
"version": "1.0.0",
"description": "Search for words by highlighting : )",
"main": "src/index.js",
"scripts": {
"start": "electron-forge start",
"package": "electron-forge package",
"make": "electron-forge make",
"publish": "electron-forge publish",
"lint": "echo \"No linting configured\"",
"build-linux": "electron-packager . huh-the-app --platform linux --arch x64 --out dist/",
"deb64": "electron-installer-debian --src dist/huh-the-app-linux-x64/ --dest dist/installers/ --arch amd64"
},
"devDependencies": {
"@electron-forge/cli": "^7.4.0",
"@electron-forge/maker-deb": "^7.4.0",
"@electron-forge/maker-rpm": "^7.4.0",
"@electron-forge/maker-squirrel": "^7.4.0",
"@electron-forge/maker-zip": "^7.4.0",
"@electron-forge/plugin-auto-unpack-natives": "^7.4.0",
"@electron-forge/plugin-fuses": "^7.4.0",
"@electron/fuses": "^1.8.0",
"@electron/packager": "^18.3.3",
"electron": "31.0.2",
"electron-installer-debian": "^3.2.0",
"electron-winstaller": "^5.3.1"
},
"keywords": [],
"author": {
"name": "Gift-py",
"email": "[email protected]"
},
"license": "MIT",
"dependencies": {
"axios": "^1.7.2",
"electron-reload": "^2.0.0-alpha.1",
"electron-squirrel-startup": "^1.0.1",
"express": "^4.19.2",
"terminate": "^2.8.0"
}
}