{
  "name": "kinoklub-api",
  "version": "2.5.4",
  "description": "Support library for KinoKlub",
  "author": "BART! <bart@bartweb.cz>",
  "dependencies": {
    "@js-temporal/polyfill": "^0.5.1",
    "itty-router": "^5.0.23",
    "node-html-parser": "^7.1.0"
  },
  "type": "module",
  "homepage": "https://github.com/aquasoup/",
  "keywords": [
    "movies",
    "films",
    "nodejs",
    "node",
    "typescript",
    "api"
  ],
  "engines": {
    "node": ">= 22"
  },
  "license": "MIT",
  "types": "./index.d.ts",
  "exports": {
    ".": "./index.js",
    "./package.json": "./package.json"
  }
}