aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 366039303af87e0a05e07a57650437de94bddf1a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "pokebot",
  "version": "1.0.0",
  "description": "",
  "main": "bot.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Alee, Justin, and Trey",
  "license": "GPL-3.0",
  "dependencies": {
    "discord.js": "^11.3.0",
    "discord.js-lavalink": "github:mrjacz/discord.js-lavalink",
    "snekfetch": "^4.0.0-rc.0"
  }
}