{
  "name": "pubg-microwave-dinner",
  "version": "1.4.2",
  "description": "Simple wrapper for the PUBG API.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Tests require API key. Create a .env file and set the API_KEY variable.\" && mocha"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Dsacdalan/pubg-microwave-dinner"
  },
  "keywords": [
    "pubg",
    "wrapper",
    "chicken dinner"
  ],
  "author": "Daniel Sacdalan",
  "license": "MIT",
  "devDependencies": {
    "dotenv": "^5.0.1",
    "eslint": "^4.19.1",
    "mocha": "^5.0.5",
    "sinon": "^5.0.10"
  }
}
