mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
20 lines
374 B
JSON
20 lines
374 B
JSON
{
|
|
"name": "dcsolympus_manager",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "manager.js",
|
|
"scripts": {
|
|
"start": "electron ."
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"create-windowless-app": "^11.0.0",
|
|
"ejs": "^3.1.9",
|
|
"electron": "^28.0.0",
|
|
"portfinder": "^1.0.32",
|
|
"regedit": "^5.1.2",
|
|
"sha256": "^0.2.0"
|
|
}
|
|
}
|