TeaSpeak-Client/package.json

108 lines
3.8 KiB
JSON

{
"name": "TeaClient",
"version": "1.5.0",
"description": "",
"main": "main.js",
"scripts": {
"crash_handler": "electron . crash-handler",
"test": "echo \"Error: no test specified\" && exit 1",
"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",
"start-nd": "electron . -t --disable-hardware-acceleration --no-single-instance -u=http://clientapi.teaspeak.dev/ -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-devel-download": "electron . --disable-hardware-acceleration --gdb --debug --updater-ui-loader_type=2 --updater-ui-ignore-version -t -u http://localhost:8081/",
"start-s": "electron . --disable-hardware-acceleration --gdb --debug --updater-ui-loader_type=3 --updater-ui-ignore-version -t -u http://localhost:8081/",
"dtest": "electron . dtest",
"sass": "sass",
"compile-sass": "sass --update .:.",
"compile-tsc": "tsc",
"compile-json-validator": "sh generate-json-validators.sh",
"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",
"_postinstall": "node ./node_modules/platform-dependent-modules/cli.js",
"postinstall": "npm run _postinstall"
},
"author": "TeaSpeak (WolverinDEV)",
"license": "ISC",
"devDependencies": {
"@types/ejs": "^2.6.3",
"@types/electron-packager": "8.7.2",
"@types/fs-extra": "^8.1.1",
"@types/jquery": "^3.3.38",
"@types/node": "12.12.6",
"@types/react": "^16.9.36",
"@types/request": "^2.48.5",
"@types/request-promise": "^4.1.46",
"@types/tar-stream": "^1.6.2",
"asar": "^2.1.0",
"cmake-js": "^4.0.1",
"ejs": "^2.7.1",
"electron-packager": "8.7.2",
"electron-winstaller": "^2.7.0",
"nodemon": "^1.19.4",
"platform-dependent-modules": "0.0.14",
"rc": "^1.2.8",
"rcedit": "^1.1.1",
"sass": "^1.26.8",
"typescript": "^3.9.5"
},
"dependencies": {
"@sentry/electron": "^1.5.2",
"@types/minimist": "^1.2.0",
"@types/ssh2": "^0.5.43",
"argparse": "^1.0.10",
"asn1": "^0.2.4",
"assert-plus": "^1.0.0",
"aws-sign2": "^0.7.0",
"aws4": "^1.10.0",
"color.js": "^0.1.3",
"electron": "8.0.0",
"electron-context-menu": "^2.3.0",
"electron-installer-windows": "^1.1.0",
"electron-rebuild": "^1.11.0",
"electron-wix-msi": "^2.1.1",
"extend": "^3.0.2",
"extsprintf": "^1.4.0",
"fs-extra": "^9.0.1",
"http-signature": "^1.3.4",
"jquery": "^3.5.1",
"json-stringify-safe": "^5.0.1",
"jsprim": "^2.0.0",
"jsrender": "^1.0.6",
"moment": "^2.26.0",
"nan": "^2.14.1",
"node-ssh": "^6.0.0",
"only": "0.0.2",
"psl": "^1.8.0",
"pure-uuid": "^1.5.7",
"request": "^2.88.2",
"request-progress": "^3.0.0",
"request-promise": "^4.2.5",
"safe-buffer": "^5.2.1",
"safer-buffer": "^2.1.2",
"sshpk": "^1.16.1",
"tar-stream": "^2.1.2",
"tough-cookie": "^3.0.1",
"typescript-json-validator": "^2.4.2",
"url-regex": "^5.0.0",
"v8-callsites": "latest"
},
"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"
]
}
}
}