{ "name": "TeaClient", "version": "1.5.3", "description": "", "main": "main.js", "scripts": { "crash_handler": "electron . crash-handler", "test": "echo \"Error: no test specified\" && exit 1", "start-download-dev": "electron . --disable-hardware-acceleration --gdb --debug -t -u https://clientapi.teaspeak.dev/", "start-s": "electron . --disable-hardware-acceleration --gdb --debug --updater-ui-loader_type=3 --updater-ui-ignore-version -t -u http://localhost:8080/", "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/node": "12.12.6", "@types/react": "^16.14.3", "@types/request": "^2.48.5", "@types/request-promise": "^4.1.47", "@types/tar-stream": "^1.6.2", "asar": "^2.1.0", "cmake-js": "^4.0.1", "ejs": "^2.7.1", "electron-installer-windows": "^1.1.0", "electron-packager": "8.7.2", "electron-winstaller": "^2.7.0", "electron-wix-msi": "^2.1.1", "nodemon": "^1.19.4", "platform-dependent-modules": "0.0.14", "rc": "^1.2.8", "rcedit": "^1.1.1", "sass": "^1.32.6", "typescript": "^3.9.7" }, "dependencies": { "@sentry/electron": "^1.5.2", "@types/minimist": "^1.2.1", "@types/ssh2": "^0.5.46", "argparse": "^1.0.10", "asn1": "^0.2.4", "assert-plus": "^1.0.0", "aws-sign2": "^0.7.0", "aws4": "^1.11.0", "color.js": "^0.1.3", "electron": "8.5.5", "electron-context-menu": "^2.4.0", "electron-rebuild": "^1.11.0", "extend": "^3.0.2", "extsprintf": "^1.4.0", "fs-extra": "^9.1.0", "http-signature": "^1.3.5", "json-stringify-safe": "^5.0.1", "jsprim": "^2.0.0", "moment": "^2.29.1", "nan": "^2.14.2", "node-ssh": "^6.0.0", "only": "0.0.2", "psl": "^1.8.0", "pure-uuid": "^1.6.2", "request": "^2.88.2", "request-progress": "^3.0.0", "request-promise": "^4.2.6", "safe-buffer": "^5.2.1", "safer-buffer": "^2.1.2", "sshpk": "^1.16.1", "tar-stream": "^2.2.0", "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@^3.1.0" ], "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" ] } } }