vkashti-bots / package.json
package.json
Raw
{
  "name": "discord-bot",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "type": "module",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@supabase/supabase-js": "^2.47.12",
    "axios": "^1.7.9",
    "discord.js": "^14.15.2",
    "dotenv": "^16.4.5",
    "express": "^4.21.1",
    "file-type": "^20.0.1",
    "moment-timezone": "^0.5.46",
    "node-cron": "^3.0.3",
    "node-fetch": "^3.3.2",
    "openai": "^4.67.3",
    "pdf.js-extract": "^0.2.1",
    "sharp": "^0.33.5",
    "ts-node": "^10.9.2",
    "typescript": "^5.6.3",
    "zod": "^3.23.8"
  }
}