2019-10-25 19:51:40 -04:00
|
|
|
{
|
|
|
|
"name": "TeaClient",
|
2020-12-02 12:32:58 -05:00
|
|
|
"version": "1.5.0-1",
|
2019-10-25 19:51:40 -04:00
|
|
|
"description": "",
|
|
|
|
"main": "main.js",
|
|
|
|
"scripts": {
|
|
|
|
"crash_handler": "electron . crash-handler",
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
2019-10-27 18:31:40 -04:00
|
|
|
"start-d1": "electron . --disable-hardware-acceleration --debug -t --gdb -s -u=http://clientapi.teaspeak.dev/ --updater-ui-loader_type=0",
|
2020-04-02 10:51:12 -04:00
|
|
|
"start-n": "electron . -t --disable-hardware-acceleration --no-single-instance -u=https://clientapi.teaspeak.de/ -d",
|
2020-08-23 15:26:27 -04:00
|
|
|
"start-nd": "electron . -t --disable-hardware-acceleration --no-single-instance -u=http://clientapi.teaspeak.dev/ -d --updater-ui-loader_type=0",
|
2019-10-25 19:51:40 -04:00
|
|
|
"start-01": "electron . --updater-channel=test -u=http://dev.clientapi.teaspeak.de/ -d --updater-ui-loader_type=0 --updater-local-version=1.0.1",
|
2020-08-09 09:03:52 -04:00
|
|
|
"start-devel-download": "electron . --disable-hardware-acceleration --gdb --debug --updater-ui-loader_type=2 --updater-ui-ignore-version -t -u http://localhost:8081/",
|
2020-08-07 19:03:54 -04:00
|
|
|
"start-s": "electron . --disable-hardware-acceleration --gdb --debug --updater-ui-loader_type=3 --updater-ui-ignore-version -t -u http://localhost:8081/",
|
2019-10-27 17:39:59 -04:00
|
|
|
"dtest": "electron . dtest",
|
2020-12-02 12:08:49 -05:00
|
|
|
"sass": "sass",
|
2019-10-25 19:51:40 -04:00
|
|
|
"compile-sass": "sass --update .:.",
|
|
|
|
"compile-tsc": "tsc",
|
2020-12-02 12:08:49 -05:00
|
|
|
"compile-json-validator": "sh generate-json-validators.sh",
|
2019-10-25 19:51:40 -04:00
|
|
|
"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",
|
2019-11-24 17:30:03 -05:00
|
|
|
"install-platform": "node ./node_modules/platform-dependent-modules/cli.js",
|
|
|
|
"_postinstall": "node ./node_modules/platform-dependent-modules/cli.js",
|
|
|
|
"postinstall": "npm run _postinstall"
|
2019-10-25 19:51:40 -04:00
|
|
|
},
|
|
|
|
"author": "TeaSpeak (WolverinDEV)",
|
|
|
|
"license": "ISC",
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/ejs": "^2.6.3",
|
|
|
|
"@types/electron-packager": "8.7.2",
|
2020-06-13 09:05:49 -04:00
|
|
|
"@types/fs-extra": "^8.1.1",
|
|
|
|
"@types/jquery": "^3.3.38",
|
2020-01-26 09:03:44 -05:00
|
|
|
"@types/node": "12.12.6",
|
2020-06-13 09:05:49 -04:00
|
|
|
"@types/react": "^16.9.36",
|
|
|
|
"@types/request": "^2.48.5",
|
2020-04-04 08:17:07 -04:00
|
|
|
"@types/request-promise": "^4.1.46",
|
|
|
|
"@types/tar-stream": "^1.6.2",
|
|
|
|
"asar": "^2.1.0",
|
2019-10-25 19:51:40 -04:00
|
|
|
"cmake-js": "^4.0.1",
|
|
|
|
"ejs": "^2.7.1",
|
|
|
|
"electron-packager": "8.7.2",
|
2019-12-07 16:27:20 -05:00
|
|
|
"electron-winstaller": "^2.7.0",
|
2019-10-25 19:51:40 -04:00
|
|
|
"nodemon": "^1.19.4",
|
|
|
|
"platform-dependent-modules": "0.0.14",
|
2019-12-07 16:27:20 -05:00
|
|
|
"rc": "^1.2.8",
|
2020-07-28 14:01:25 -04:00
|
|
|
"rcedit": "^1.1.1",
|
2020-06-13 09:05:49 -04:00
|
|
|
"sass": "^1.26.8",
|
|
|
|
"typescript": "^3.9.5"
|
2019-10-25 19:51:40 -04:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-08-22 15:33:30 -04:00
|
|
|
"@sentry/electron": "^1.5.2",
|
2019-10-25 19:51:40 -04:00
|
|
|
"@types/minimist": "^1.2.0",
|
2020-06-13 09:05:49 -04:00
|
|
|
"@types/ssh2": "^0.5.43",
|
2019-10-25 19:51:40 -04:00
|
|
|
"argparse": "^1.0.10",
|
|
|
|
"asn1": "^0.2.4",
|
|
|
|
"assert-plus": "^1.0.0",
|
|
|
|
"aws-sign2": "^0.7.0",
|
2020-06-13 09:05:49 -04:00
|
|
|
"aws4": "^1.10.0",
|
2020-04-04 13:58:22 -04:00
|
|
|
"color.js": "^0.1.3",
|
2020-02-13 16:16:34 -05:00
|
|
|
"electron": "8.0.0",
|
2020-08-23 05:35:52 -04:00
|
|
|
"electron-context-menu": "^2.3.0",
|
2020-08-22 15:33:30 -04:00
|
|
|
"electron-installer-windows": "^1.1.0",
|
2020-06-13 09:05:49 -04:00
|
|
|
"electron-rebuild": "^1.11.0",
|
2020-08-22 15:33:30 -04:00
|
|
|
"electron-wix-msi": "^2.1.1",
|
2019-10-25 19:51:40 -04:00
|
|
|
"extend": "^3.0.2",
|
|
|
|
"extsprintf": "^1.4.0",
|
2020-06-13 09:05:49 -04:00
|
|
|
"fs-extra": "^9.0.1",
|
2020-04-04 08:17:07 -04:00
|
|
|
"http-signature": "^1.3.4",
|
2020-06-13 09:05:49 -04:00
|
|
|
"jquery": "^3.5.1",
|
2019-10-25 19:51:40 -04:00
|
|
|
"json-stringify-safe": "^5.0.1",
|
|
|
|
"jsprim": "^2.0.0",
|
2020-04-04 08:17:07 -04:00
|
|
|
"jsrender": "^1.0.6",
|
2020-06-13 09:05:49 -04:00
|
|
|
"moment": "^2.26.0",
|
|
|
|
"nan": "^2.14.1",
|
2019-10-25 19:51:40 -04:00
|
|
|
"node-ssh": "^6.0.0",
|
|
|
|
"only": "0.0.2",
|
2020-04-04 08:17:07 -04:00
|
|
|
"psl": "^1.8.0",
|
2019-10-25 19:51:40 -04:00
|
|
|
"pure-uuid": "^1.5.7",
|
2020-02-13 16:16:34 -05:00
|
|
|
"request": "^2.88.2",
|
2019-10-25 19:51:40 -04:00
|
|
|
"request-progress": "^3.0.0",
|
2019-11-09 18:41:08 -05:00
|
|
|
"request-promise": "^4.2.5",
|
2020-06-13 09:05:49 -04:00
|
|
|
"safe-buffer": "^5.2.1",
|
2019-10-25 19:51:40 -04:00
|
|
|
"safer-buffer": "^2.1.2",
|
|
|
|
"sshpk": "^1.16.1",
|
2020-04-04 08:17:07 -04:00
|
|
|
"tar-stream": "^2.1.2",
|
2020-04-01 15:56:23 -04:00
|
|
|
"tough-cookie": "^3.0.1",
|
2020-12-02 12:08:49 -05:00
|
|
|
"typescript-json-validator": "^2.4.2",
|
2020-04-04 13:58:22 -04:00
|
|
|
"url-regex": "^5.0.0",
|
2020-04-04 08:17:07 -04:00
|
|
|
"v8-callsites": "latest"
|
2019-10-25 19:51:40 -04:00
|
|
|
},
|
|
|
|
"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"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|