DCSOlympus/manager/package.json
2024-01-03 13:12:04 +01:00

26 lines
553 B
JSON

{
"name": "dcsolympus_manager",
"version": "1.0.0",
"description": "",
"main": "main.js",
"scripts": {
"start": "electron ."
},
"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"
}
}