{
  "name": "node-mdbapi",
  "version": "1.0.2",
  "description": "A Node.JS wrapper for The Movie DB API.",
  "author": "Andy Wampir <wampirchikkkk@yandex.ru>",
  "license": "MIT",
  "main": "dist/index.js",
  "devDependencies": {
    "@types/got": "^9.6.6",
    "np": "^5.0.3",
    "ts-node-dev": "^1.0.0-pre.40",
    "tslint": "^5.18.0",
    "typescript": "^3.5.3"
  },
  "dependencies": {
    "got": "^9.6.0"
  },
  "scripts": {
    "build": "tsc",
    "test": "echo \"No test specified\""
  },
  "files": [
    "dist",
    "LICENSE.md",
    "index.d.ts"
  ],
  "keywords": [
    "tmdb",
    "tmdb api",
    "moviedb",
    "the moviedb",
    "the movie database"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/andywampir/node-mdbapi.git"
  },
  "bugs": {
    "url": "https://github.com/andywampir/node-mdbapi/issues"
  },
  "homepage": "https://github.com/andywampir/node-mdbapi"
}
