{
  "name": "@brncray/gamecord-rrc",
  "version": "0.0.1",
  "description": "Discord Gamecord is a powerful npm package with a collection of minigames for your discord bot",
  "main": "index.js",
  "scripts": {
    "test": "cd test && node ."
  },
  "author": "brncray",
  "license": "MIT",
  "dependencies": {
    "discord.js": "^14.14.1",
    "html-entities": "^2.3.3",
    "node-fetch": "^2.6.7"
  },
  "directories": {
    "src": "src"
  }
}