{
  "name": "@sinisterdev/rock-paper-scissor",
  "version": "2.0.1",
  "description": "A simple Rock-Paper-Scissor package",
  "main": "index.js",
  "types": "index.d.ts",
  "scripts": {
    "test": "node tests/main.js",
    "test:force": "node tests/force.js"
  },
  "keywords": [
    "rps",
    "rock-paper-scissors"
  ],
  "homepage": "https://github.com/SinisterDeveloper/Rock-Paper-Scissor",
  "bugs": {
    "url": "https://github.com/SinisterDeveloper/Rock-Paper-Scissor/issues",
    "email": "thesinisterdev@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/SinisterDeveloper/Rock-Paper-Scissor.git"
  },
  "author": "thesinisterdev",
  "license": "Apache-2.0",
  "dependencies": {}
}
