summaryrefslogtreecommitdiff
path: root/package.json
blob: d72faabc9a8c8147f0028c07d41bff590be8e7c1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "name": "bot",
  "version": "0.1.0",
  "main": "bot.js",
  "repository": "https://github.com/yuckyaiming/bot",
  "author": "Fuwn",
  "license": "All rights reserved",
  "private": true,
  "dependencies": {
    "@discordjs/opus": "^0.6.0",
    "@discordjs/rest": "^0.1.0-canary.0",
    "@discordjs/voice": "^0.6.0",
    "discord-api-types": "^0.23.1",
    "discord.js": "^13.2.0",
    "ffmpeg": "^0.0.4",
    "fluent-ffmpeg": "^2.1.2",
    "libsodium-wrappers": "^0.7.9",
    "ytdl-core": "^4.9.1"
  },
  "engines": {
    "node": "16.8.x"
  }
}