TeaSpeak-Client/package.json

95 lines
3.2 KiB
JSON
Raw Normal View History

2019-06-26 16:09:01 -04:00
{
"name": "TeaClient",
2019-10-25 19:36:02 -04:00
"version": "1.4.1",
2019-06-26 16:09:01 -04:00
"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 .",
2019-09-06 04:22:47 -04:00
"start-d": "electron . --disable-hardware-acceleration --debug -t -u http://clientapi.teaspeak.dev/",
2019-08-22 05:31:18 -04:00
"start-wd": "electron . --disable-hardware-acceleration --debug -t -su http://localhost/TeaWeb/client-api/environment/",
2019-10-14 10:43:28 -04:00
"start-d1": "electron . --disable-hardware-acceleration --debug -t --gdb -su http://clientapi.teaspeak.dev/ --updater-ui-loader_type=0",
2019-07-24 14:27:10 -04:00
"start-n": "electron . -t --disable-hardware-acceleration --no-single-instance -u=https://clientapi.teaspeak.de/ -d --updater-ui-loader_type=0",
2019-06-26 16:09:01 -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",
"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",
2019-07-06 13:01:55 -04:00
"package-windows-64": "node installer/package_windows.js",
2019-07-06 13:32:19 -04:00
"install-platform": "node ./node_modules/platform-dependent-modules/cli.js"
2019-06-26 16:09:01 -04:00
},
"author": "TeaSpeak (WolverinDEV)",
"license": "ISC",
"devDependencies": {
2019-06-30 11:24:10 -04:00
"@types/ejs": "^2.6.3",
"@types/electron-packager": "8.7.2",
2019-10-24 14:12:59 -04:00
"@types/fs-extra": "^8.0.1",
2019-09-01 15:18:54 -04:00
"@types/jquery": "^3.3.31",
2019-10-14 11:04:16 -04:00
"@types/request": "^2.48.3",
2019-06-30 11:24:10 -04:00
"@types/request-promise": "^4.1.44",
"@types/tar-stream": "^1.6.1",
2019-06-26 16:09:01 -04:00
"asar": "^2.0.1",
"cmake-js": "^4.0.1",
2019-09-06 04:22:47 -04:00
"ejs": "^2.7.1",
"electron-packager": "8.7.2",
2019-10-24 14:12:59 -04:00
"nodemon": "^1.19.4",
2019-07-06 13:01:55 -04:00
"platform-dependent-modules": "0.0.14",
2019-10-19 06:27:17 -04:00
"sass": "^1.23.0",
"typescript": "^3.6.4"
2019-06-26 16:09:01 -04:00
},
"dependencies": {
"@types/minimist": "^1.2.0",
2019-09-06 04:22:47 -04:00
"@types/ssh2": "^0.5.39",
2019-06-26 16:09:01 -04:00
"argparse": "^1.0.10",
"asn1": "^0.2.4",
"assert-plus": "^1.0.0",
"aws-sign2": "^0.7.0",
"aws4": "^1.8.0",
2019-09-01 08:14:25 -04:00
"electron": "6.0.7",
2019-07-06 14:54:25 -04:00
"electron-installer-windows": "^1.1.1",
2019-08-21 04:00:27 -04:00
"electron-navigation": "^1.5.8",
2019-09-01 15:18:54 -04:00
"electron-rebuild": "^1.8.6",
2019-07-06 14:54:25 -04:00
"electron-winstaller": "^2.7.0",
"electron-wix-msi": "^2.1.1",
2019-06-26 16:09:01 -04:00
"extend": "^3.0.2",
"extsprintf": "^1.4.0",
2019-06-30 11:24:10 -04:00
"fs-extra": "^8.1.0",
2019-06-26 16:09:01 -04:00
"http-signature": "^1.2.0",
2019-06-30 11:24:10 -04:00
"jquery": "^3.4.1",
2019-06-26 16:09:01 -04:00
"json-stringify-safe": "^5.0.1",
"jsprim": "^2.0.0",
2019-10-19 06:27:17 -04:00
"jsrender": "^1.0.5",
2019-06-26 16:09:01 -04:00
"nan": "^2.14.0",
"node-ssh": "^6.0.0",
"only": "0.0.2",
2019-10-14 11:04:16 -04:00
"psl": "^1.4.0",
2019-06-30 11:24:10 -04:00
"pure-uuid": "^1.5.7",
2019-07-06 14:54:25 -04:00
"rc": "^1.2.8",
"rcedit": "^1.1.2",
2019-06-26 16:09:01 -04:00
"request": "^2.47.1",
"request-progress": "^3.0.0",
2019-06-30 11:24:10 -04:00
"request-promise": "^4.2.4",
2019-07-06 11:00:36 -04:00
"safe-buffer": "^5.2.0",
2019-06-26 16:09:01 -04:00
"safer-buffer": "^2.1.2",
2019-06-30 11:24:10 -04:00
"sshpk": "^1.16.1",
"tar-stream": "^2.1.0",
"tough-cookie": "^3.0.1"
2019-06-26 16:09:01 -04:00
},
2019-07-06 13:01:55 -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"
]
2019-06-26 16:09:01 -04:00
}
}
}