{
  "name": "fanart.tv",
  "version": "3.0.1",
  "description": "Fanart.tv API wrapper for NodeJS",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vankasteelj/fanart.tv.git"
  },
  "main": "fanart.js",
  "license": "MIT",
  "keywords": [
    "fanart.tv",
    "fanart",
    "api"
  ],
  "scripts": {
    "test": "node test.js"
  },
  "dependencies": {
    "got": "11.8.6"
  }
}