{
  "name": "@media-info/csfd-api",
  "version": "2.1.2",
  "description": "A simple UMD package to fetch data about movies and shows recursively from ČSFD for both the browser and Node.js.",
  "private": false,
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "clean": "rimraf dist/",
    "build": "bun clean && tsc"
  },
  "keywords": [
    "csfd",
    "movies",
    "tvshows",
    "concerts",
    "typescript",
    "api",
    "čsfd"
  ],
  "author": "Ladislav Brodecký",
  "license": "ISC",
  "dependencies": {
    "@cospired/i18n-iso-languages": "^4.2.0",
    "@media-info/fetch": "^1.1.5",
    "axios": "^1.13.2",
    "cheerio": "^1.1.2",
    "i18n-iso-countries": "^7.14.0",
    "iso-lang-codes": "^2.2.0"
  },
  "files": [
    "dist",
    "src",
    "README.md"
  ],
  "repository": {
    "type": "git",
    "url": "https://gitlab.com/media-info/csfd-api"
  },
  "devDependencies": {
    "@types/node": "^17.0.42",
    "typescript": "^5.9.3"
  }
}
