summaryrefslogtreecommitdiff
path: root/package.json
blob: 6cb919866779c68a67b201b71bda64aa57416794 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "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/rest": "^0.1.0-canary.0",
    "discord-api-types": "^0.23.1",
    "discord.js": "^13.2.0"
  }
}