We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e048295 commit c39eab8Copy full SHA for c39eab8
package.json
@@ -1 +1,19 @@
1
+{
2
+ "name": "hackeros-game-mode",
3
+ "version": "1.0.0",
4
+ "description": "HackerOS Game Mode overlay for Linux system monitoring",
5
+ "main": "main.js",
6
+ "scripts": {
7
+ "start": "electron .",
8
+ "build": "electron-packager . HackerOSGameMode --platform=linux --arch=x64 --out=dist --overwrite"
9
+ },
10
+ "author": "HackerOS Team",
11
+ "license": "MIT",
12
+ "dependencies": {
13
+ "electron": "^25.0.0"
14
15
+ "devDependencies": {
16
+ "electron-packager": "^17.0.0"
17
+ }
18
+}
19
0 commit comments