{ "dependencies": { "axios": "^1.6.8", "discord-html-transcripts": "^3.2.0", "discord.js": "^14.14.1", "mysql": "^2.18.1", "request": "^2.88.2", "systeminformation": "^5.18.3", "terminal-kit": "^3.0.0", "sqlite3": "^5.1.7" }, "version": "1.2.0", "description": "NGoGAuth", "scripts": { "start": "node index.js", "test": "nodemon index.js", "nexe": "nexe --build --verbose --resource node_modules --resource slash-commands --resource helpers --resource package.json --output ./Bot/NGoGAuth", "obfuscate": "javascript-obfuscator . --output ./NGoGAuth/nodejs/ --exclude node_modules --dead-code-injection true --debug-protection true --self-defending true --options-preset high-obfuscation --split-strings true --transform-object-keys true", "nexe:windows": "nexe --build --verbose --resource node_modules --resource slash-commands --resource helpers --resource package.json --output ./NGoGAuth/Bot/win-NGoGAuth --target windows-x64", "nexe:compile": "npm run nexe:windows && npm run obfuscate" } }