mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
29 lines
660 B
JSON
29 lines
660 B
JSON
{
|
|
"name": "dcsolympus_manager",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"start": "electron .",
|
|
"build-release": "call ./scripts/build-release.bat"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"adm-zip": "^0.5.10",
|
|
"create-desktop-shortcuts": "^1.10.1",
|
|
"dir-compare": "^4.2.0",
|
|
"ejs": "^3.1.9",
|
|
"electron": "^28.0.0",
|
|
"find-process": "^1.4.7",
|
|
"follow-redirects": "^1.15.4",
|
|
"octokit": "^3.1.2",
|
|
"portfinder": "^1.0.32",
|
|
"regedit": "^5.1.2",
|
|
"sha256": "^0.2.0",
|
|
"win-version-info": "^6.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^3.0.2"
|
|
}
|
|
} |