aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 13f60a45a30bc0f85b2a2f20515b00de8b403acb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "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": {
    "canvas": "^2.0.0-alpha.11",
    "dblapi.js": "^1.2.0",
    "discord.js": "^11.3.0",
    "discord.js-lavalink": "github:mrjacz/discord.js-lavalink",
    "quick.db": "^5.3.8",
    "request-promise": "^4.2.2",
    "snekfetch": "^4.0.0-rc.0"
  }
}