summaryrefslogtreecommitdiff
path: root/package.json
blob: 59320248059a12562f90da0c425ac5bdb4059c77 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "uppity",
  "version": "1.1.0",
  "description": "This bot's sole purpose is to check the uptime of uwufier.",
  "main": "./bot.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Sin",
  "license": "MIT",
  "dependencies": {
    "body-parser": "^1.19.0",
    "discord.js": "^12.2.0",
    "express": "^4.17.1",
    "express-handlebars": "^4.0.4"
  }
}