{
  "name": "discord-rock-paper-scissor",
  "version": "1.2.2",
  "description": "An module to create Rock Paper Scissor game for discord bots",
  "main": "src/index",
  "scripts": {
    "test": "node src/index"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/KartikeSingh/discord-rock-paper-scissor.git"
  },
  "author": "shisui",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/KartikeSingh/discord-rock-paper-scissor/issues"
  },
  "homepage": "https://github.com/KartikeSingh/discord-rock-paper-scissor#readme",
  "keywords": [
    "discord",
    "games",
    "rock paper scissor",
    "rps"
  ],
  "dependencies": {
    "discord.js": "^14.7.1"
  }
}
