{
  "name": "discord-minesweeper-game",
  "version": "1.1.2",
  "description": "Minesweeper game for discord bots",
  "main": "dist/index.js",
  "types": "src/",
  "scripts": {
    "test": "nodemon source/index.ts",
    "build": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/KartikeSingh/discord-minesweeper.git"
  },
  "keywords": [
    "discord",
    "games",
    "minesweeper"
  ],
  "author": "Shisui",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/KartikeSingh/discord-minesweeper/issues"
  },
  "homepage": "https://github.com/KartikeSingh/discord-minesweeper#readme",
  "dependencies": {
    "discord.js": "^14.7.1",
    "ms-prettify": "^1.3.1"
  }
}
