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