Skip to content

Commit c39eab8

Browse files
authored
Update package.json
1 parent e048295 commit c39eab8

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

package.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
}
119

0 commit comments

Comments
 (0)