{
  "name": "movier",
  "version": "3.0.8",
  "description": "Javascript package for search and get details about IMDB movies and series",
  "author": "Zoha banam <zoha.banam@gmail.com> (https://www.linkedin.com/in/zoha-banam)",
  "funding": "https://www.buymeacoffee.com/zoha",
  "homepage": "https://github.com/Zoha/movier",
  "main": "dist/src/index.js",
  "types": "dist/src/index.d.ts",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/Zoha/movier.git"
  },
  "keywords": [
    "imdb",
    "movie",
    "series",
    "tv shows"
  ],
  "scripts": {
    "test": "jest --config jest.config.ts --detectOpenHandles",
    "prepublish": "tsc"
  },
  "dependencies": {
    "@types/node": "^20.1.0",
    "axios": "^1.3.4",
    "change-case": "^4.1.2",
    "cheerio": "^1.0.0-rc.12",
    "dayjs": "^1.11.7",
    "graphql": "^16.6.0",
    "graphql-request": "^5.1.0",
    "typescript": "^5.0.2"
  },
  "devDependencies": {
    "@tsconfig/node16": "^16.1.1",
    "@types/jest": "^29.4.0",
    "@typescript-eslint/eslint-plugin": "^5.53.0",
    "@typescript-eslint/parser": "^5.53.0",
    "eslint": "^8.34.0",
    "jest": "^29.4.3",
    "ts-jest": "^29.0.5",
    "ts-node": "^10.9.1"
  }
}
