auth-bot

Discord Bot to verify user, allowing server owner to recover server by pulling back members
git clone https://codeberg.org/night0721/auth-bot
Log | Files | Refs | README | LICENSE

package.json (574B)


      1 {
      2   "name": "auth",
      3   "version": "1.0.0",
      4   "description": "",
      5   "main": "index.js",
      6   "scripts": {
      7     "test": "echo \"Error: no test specified\" && exit 1"
      8   },
      9   "author": "Night Kaly",
     10   "license": "GNU General Public License v3.0",
     11   "dependencies": {
     12     "connect-mongo": "^5.0.0",
     13     "cookie-parser": "^1.4.6",
     14     "cors": "^2.8.5",
     15     "discord.js": "^14.9.0",
     16     "dotenv": "^16.0.3",
     17     "express": "^4.18.2",
     18     "express-session": "^1.17.3",
     19     "mongoose": "^7.0.3",
     20     "node-fetch": "^2.6.1",
     21     "passport": "^0.6.0",
     22     "passport-discord": "^0.1.4"
     23   }
     24 }