summaryrefslogtreecommitdiff
path: root/package.json
blob: ac257c67eda37d2553ff4ef7c7743b524c54f713 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "shibot",
  "version": "1.0.0",
  "description": "shiba discord bot",
  "main": "main.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Robby Zambito <contact@robbyzambito.me>",
  "license": "GPL-3.0-or-later",
  "dependencies": {
    "axios": "^0.19.0",
    "discord.js": "^11.5.1"
  }
}