Discord_API_Bot/package.json

24 lines
1 KiB
JSON
Raw Permalink Normal View History

2024-04-02 03:59:09 +01:00
{
"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",
2024-04-02 04:02:22 +01:00
"terminal-kit": "^3.0.0",
"sqlite3": "^5.1.7"
2024-04-02 03:59:09 +01:00
},
"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"
}
}