{
  "name": "@iptv-org/sdk",
  "version": "1.5.0",
  "description": "JavaScript library to query data from iptv-org/api",
  "repository": {
    "type": "git",
    "url": "https://github.com/iptv-org/sdk.git"
  },
  "license": "UNLICENSED",
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "exports": {
    "require": {
      "types": "./dist/index.d.cts",
      "default": "./dist/index.cjs"
    },
    "import": {
      "types": "./dist/index.d.mts",
      "default": "./dist/index.mjs"
    }
  },
  "scripts": {
    "build": "pkgroll --clean-dist",
    "dev": "pkgroll --watch",
    "test": "vitest run --no-file-parallelism",
    "docs": "npx typedoc"
  },
  "devDependencies": {
    "@types/fs-extra": "^11.0.4",
    "@types/node": "^25.6.0",
    "fs-extra": "^11.3.1",
    "msw": "^2.11.2",
    "pkgroll": "^2.15.4",
    "prettier": "^3.6.2",
    "typedoc": "^0.28.14",
    "typedoc-plugin-markdown": "^4.8.1",
    "vitest": "^4.1.4"
  },
  "dependencies": {
    "@freearhey/core": "^0.15.1",
    "@freearhey/search-js": "^0.3.0",
    "@ntlab/sfetch": "^1.2.0",
    "axios": "^1.15.2",
    "dayjs": "^1.11.18"
  },
  "overrides": {
    "esbuild": "0.23.1"
  }
}
