mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
33 lines
786 B
JSON
33 lines
786 B
JSON
{
|
|
"name": "DCSOlympus Server",
|
|
"main": "client.js",
|
|
"version": "{{OLYMPUS_VERSION_NUMBER}}",
|
|
"scripts": {
|
|
"build-release": "call ./scripts/build-release.bat",
|
|
"server": "node ./bin/www",
|
|
"client": "electron ."
|
|
},
|
|
"private": true,
|
|
"dependencies": {
|
|
"appjs": "^0.0.20",
|
|
"appjs-win32": "^0.0.19",
|
|
"body-parser": "^1.20.2",
|
|
"debug": "~2.6.9",
|
|
"ejs": "^3.1.8",
|
|
"electron": "^28.0.0",
|
|
"express": "^4.18.2",
|
|
"express-basic-auth": "^1.2.1",
|
|
"http-proxy-middleware": "^2.0.6",
|
|
"morgan": "~1.9.1",
|
|
"open": "^10.0.0",
|
|
"regedit": "^5.1.2",
|
|
"save": "^2.9.0",
|
|
"sha256": "^0.2.0",
|
|
"sharp": "^0.33.2",
|
|
"srtm-elevation": "^2.1.2",
|
|
"tcp-ping-port": "^1.0.1",
|
|
"uuid": "^9.0.1",
|
|
"yargs": "^17.7.2"
|
|
}
|
|
}
|