mirror of
https://github.com/solcloud/Counter-Strike.git
synced 2025-01-17 14:48:20 +01:00
12 lines
311 B
JSON
12 lines
311 B
JSON
{
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"dev": "electron --no-sandbox .",
|
|
"build": "electron-packager . build --platform=all --asar --executable-name=start_game --ignore='\\.php$' --out='build'"
|
|
},
|
|
"devDependencies": {
|
|
"electron": "*",
|
|
"electron-packager": "*"
|
|
}
|
|
}
|