{
  "name": "cardboardbot",
  "version": "1.0.0",
  "description": "Discord bot that manages everything at my discord server.",
  "main": "index.js",
  "scripts": {
    "start": "node index.js",
    "postinstall": "node setup.js"
  },
  "engines": {
    "node": ">=8"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rhearmas/cardboardbot.git"
  },
  "author": "rhearmas <rhearmas@gmail.com> (http://rhearmas.carrd.co)",
  "bugs": {
    "url": "https://github.com/rhearmas/cardboardbot/issues"
  },
  "homepage": "https://github.com/rhearmas/cardboardbot#readme",
  "dependencies": {
    "better-sqlite3": "^5.4.0",
    "chalk": "^2.4.2",
    "common-tags": "^1.8.0",
    "crawl": "^0.3.1",
    "dateformat": "^3.0.3",
    "discord-emoji": "^1.1.1",
    "discord.js": "^11.5.1",
    "enmap": "^5.0.0",
    "inquirer": "^6.3.1",
    "math-expression-evaluator": "^1.2.17",
    "moment": "^2.24.0",
    "moment-duration-format": "^2.3.2",
    "recrawl": "^2.0.0",
    "roll": "^1.2.0",
    "webdict": "^0.3.0"
  },
  "publishConfig": {
    "registry": "https://npm.pkg.github.com/"
  }
}