mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-06 13:15:42 +12:00
18 lines
404 B
JSON
Executable file
18 lines
404 B
JSON
Executable file
{
|
|
"name": "h1-launcher",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"start": "electron .",
|
|
"build": "electron-packager . \"H1 Launcher\" --icon=favicon.ico --platform=win32 --arch=ia32"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"electron": "^11.1.1",
|
|
"electron-packager": "^15.2.0"
|
|
},
|
|
"dependencies": {}
|
|
}
|