{
  "name": "node-themoviedb",
  "version": "0.2.8",
  "description": "A Node.JS wrapper for The Movie DB API.",
  "author": "Andy Wampir <wampirchikkkk@yandex.ru>",
  "license": "MIT",
  "main": "dist/index.js",
  "devDependencies": {
    "@types/node": "^14.14.6",
    "@typescript-eslint/eslint-plugin": "^4.14.1",
    "@typescript-eslint/parser": "^4.14.1",
    "del-cli": "^3.0.1",
    "eslint": "^7",
    "np": "^7.4.0",
    "typescript": "^4.1.3"
  },
  "dependencies": {
    "got": "^11.8.2"
  },
  "scripts": {
    "build": "del-cli dist && tsc",
    "test": "echo \"No test specified\"",
    "release": "yarn build && np",
    "release:preview": "np --preview",
    "prepublish": "eslint --ext .ts ./src/**"
  },
  "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-themoviedb.git"
  },
  "bugs": {
    "url": "https://github.com/andywampir/node-themoviedb/issues"
  },
  "homepage": "https://github.com/andywampir/node-themoviedb"
}
