{
  "name": "source",
  "version": "1.0.0",
  "private": true,
  "description": "Multipurpose Discord bot (antinuke, economy/gambling, roleplay, moderation) hosted alongside rotten.network but otherwise unrelated to it.",
  "main": "src/index.js",
  "type": "commonjs",
  "scripts": {
    "start": "node src/index.js",
    "dev": "node --watch src/index.js",
    "deploy": "node src/deploy-commands.js",
    "dashboard": "node dashboard/server.js",
    "dashboard:dev": "node --watch dashboard/server.js"
  },
  "engines": {
    "node": ">=18"
  },
  "dependencies": {
    "better-sqlite3": "^11.3.0",
    "cookie": "^0.6.0",
    "discord.js": "^14.16.3",
    "dotenv": "^16.4.5",
    "express": "^4.19.2",
    "ffmpeg-static": "^5.3.0",
    "sharp": "^0.35.3"
  }
}
