aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: dd8cc47491ee06dd170a9003dbb9995c98f6b9d0 (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": "node test.js"
  },
  "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"
  }
}