aboutsummaryrefslogtreecommitdiff
path: root/174bg/discord-bot/package.json
blob: d3e8dac0ec4a96c7b706e7871bc3f30f9c3ab158 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "scripts": {
    "start": "node main.js",
    "dev": "node --env-file=.env main.js",
    "dev:watch": "node --env-file=.env --watch main.js"
  },
  "dependencies": {
    "@discordjs/voice": "^0.19.2",
    "bufferutil": "^4.1.0",
    "discord.js": "^14.26.4",
    "zlib-sync": "^0.1.10"
  },
  "type": "module"
}