TeaSpeak-Client/package.json

97 lines
3.4 KiB
JSON

{
"name": "TeaClient",
"version": "1.4.2",
"description": "",
"main": "main.js",
"scripts": {
"crash_handler": "electron . crash-handler",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "electron --js-flags='--expose-gc' --debug --dev-tools --disable-hardware-acceleration .",
"start-d": "electron . --disable-hardware-acceleration --debug -t -u http://clientapi.teaspeak.dev/",
"start-wd": "electron . --disable-hardware-acceleration --debug -t -s -u http://localhost/TeaWeb/client-api/environment/",
"start-d1": "electron . --disable-hardware-acceleration --debug -t --gdb -s -u=http://clientapi.teaspeak.dev/ --updater-ui-loader_type=0",
"start-n": "electron . -t --disable-hardware-acceleration --no-single-instance -u=https://clientapi.teaspeak.de/ -d --updater-ui-loader_type=0",
"start-01": "electron . --updater-channel=test -u=http://dev.clientapi.teaspeak.de/ -d --updater-ui-loader_type=0 --updater-local-version=1.0.1",
"start-s": "electron . --disable-hardware-acceleration --debug --updater-ui-ignore-version -t -u http://localhost:8081/",
"dtest": "electron . dtest",
"compile-sass": "sass --update .:.",
"compile-tsc": "tsc",
"build-linux-64": "node installer/build.js linux",
"package-linux-64": "node installer/package_linux.js",
"build-windows-64": "node installer/build.js win32",
"package-windows-64": "node installer/package_windows.js",
"install-platform": "node ./node_modules/platform-dependent-modules/cli.js"
},
"author": "TeaSpeak (WolverinDEV)",
"license": "ISC",
"devDependencies": {
"@types/ejs": "^2.6.3",
"@types/electron-packager": "8.7.2",
"@types/fs-extra": "^8.0.1",
"@types/jquery": "^3.3.31",
"@types/request": "^2.48.3",
"@types/request-promise": "^4.1.44",
"@types/tar-stream": "^1.6.1",
"asar": "^2.0.1",
"cmake-js": "^4.0.1",
"ejs": "^2.7.1",
"electron-packager": "8.7.2",
"nodemon": "^1.19.4",
"platform-dependent-modules": "0.0.14",
"sass": "^1.23.2",
"typescript": "^3.6.4"
},
"dependencies": {
"@types/minimist": "^1.2.0",
"@types/ssh2": "^0.5.39",
"argparse": "^1.0.10",
"asn1": "^0.2.4",
"assert-plus": "^1.0.0",
"aws-sign2": "^0.7.0",
"aws4": "^1.8.0",
"electron": "6.0.7",
"electron-installer-windows": "^1.1.1",
"electron-navigation": "^1.5.8",
"electron-rebuild": "^1.8.6",
"electron-winstaller": "^2.7.0",
"electron-wix-msi": "^2.1.1",
"extend": "^3.0.2",
"extsprintf": "^1.4.0",
"fs-extra": "^8.1.0",
"http-signature": "^1.2.0",
"jquery": "^3.4.1",
"json-stringify-safe": "^5.0.1",
"jsprim": "^2.0.0",
"jsrender": "^1.0.5",
"nan": "^2.14.0",
"node-ssh": "^6.0.0",
"only": "0.0.2",
"psl": "^1.4.0",
"pure-uuid": "^1.5.7",
"rc": "^1.2.8",
"rcedit": "^1.1.2",
"request": "^2.47.1",
"request-progress": "^3.0.0",
"request-promise": "^4.2.4",
"safe-buffer": "^5.2.0",
"safer-buffer": "^2.1.2",
"sshpk": "^1.16.1",
"tar-stream": "^2.1.0",
"tough-cookie": "^3.0.1"
},
"config": {
"platformDependentModules": {
"linux": [
"electron-installer-debian@^0.8.1"
],
"win32": [
"electron-installer-windows@^1.1.0",
"electron-winstaller@^2.7.0",
"electron-wix-msi@^2.1.1",
"rc@^1.2.8",
"rcedit@^1.1.1"
]
}
}
}