{
  "name": "@bnhf/prismcast",
  "displayName": "PrismCast",
  "version": "1.5.2-2026.03.15-2",
  "description": "Browser-based live TV capture server for Channels DVR, Plex, and other streaming clients.",
  "author": {
    "name": "HJD",
    "url": "https://github.com/hjdhjd"
  },
  "contributors": [
    {
      "name": "bnhf",
      "url": "https://github.com/bnhf"
    }
  ],
  "homepage": "https://github.com/hjdhjd/prismcast",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/hjdhjd/prismcast/issues"
  },
  "keywords": [
    "browser-capture",
    "channels",
    "channels-dvr",
    "chrome",
    "chrome-capture",
    "cord-cutting",
    "dvr",
    "ffmpeg",
    "fmp4",
    "hls",
    "iptv",
    "live-streaming",
    "live-tv",
    "mpeg-ts",
    "mpegts",
    "m3u",
    "m3u8",
    "media-server",
    "ott",
    "plex",
    "puppeteer",
    "screen-capture",
    "streaming",
    "streaming-server",
    "tv",
    "video",
    "video-capture",
    "video-streaming"
  ],
  "engines": {
    "node": ">=22"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/hjdhjd/prismcast.git"
  },
  "type": "module",
  "bin": {
    "prismcast": "./bin/prismcast"
  },
  "main": "./dist/index.js",
  "scripts": {
    "build": "shx rm -rf dist && tsc",
    "clean": "shx rm -rf dist",
    "lint": "ESLINT_MAX_WARNINGS=${ESLINT_MAX_WARNINGS:--1} eslint src eslint.config.mjs",
    "prepublishOnly": "npm run lint && npm run build",
    "start": "node dist/index.js",
    "watch": "npm run build && nodemon"
  },
  "dependencies": {
    "compression": "^1.8.1",
    "console-stamp": "3.1.2",
    "express": "5.2.1",
    "ffmpeg-for-homebridge": "2.2.1",
    "morgan": "1.10.1",
    "puppeteer-core": "24.37.5",
    "puppeteer-stream": "3.0.21"
  },
  "devDependencies": {
    "@stylistic/eslint-plugin": "5.9.0",
    "@types/compression": "^1.8.1",
    "@types/dateformat": "5.0.3",
    "@types/express": "5.0.6",
    "@types/morgan": "1.9.10",
    "@types/node": "25.3.3",
    "eslint": "9.39.2",
    "homebridge-plugin-utils": "1.32.0",
    "nodemon": "3.1.14",
    "shx": "0.4.0",
    "typescript": "5.9.3",
    "typescript-eslint": "8.56.1"
  }
}
