{
  "name": "@odyssoft/tmdb",
  "version": "2.0.0",
  "description": "Unofficial TMDB v3 api wrapper, built using TypeScript and node.js",
  "main": "lib/index.js",
  "type": "commonjs",
  "scripts": {
    "build": "tsc",
    "test": "jest",
    "coverage": "jest --coverage"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/odyssoft/tmdb.git"
  },
  "keywords": [
    "TypeScript",
    "api",
    "wrapper",
    "TMDB",
    "node.js",
    "fetch"
  ],
  "author": "Sean Hewitson",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/odyssoft/tmdb/issues"
  },
  "homepage": "https://github.com/odyssoft/tmdb#readme",
  "devDependencies": {
    "@ianvs/prettier-plugin-sort-imports": "^4.7.0",
    "@types/jest": "^30.0.0",
    "eslint": "^9.38.0",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-prettier": "^5.5.4",
    "jest": "^30.2.0",
    "prettier": "^3.6.2",
    "ts-jest": "^29.4.5",
    "ts-node": "^10.9.2",
    "typescript": "^5.9.3"
  }
}
