{
    "name": "@ceeblue/webrtc-client",
    "version": "5.2.0",
    "description": "Ceeblue WebRTC Client",
    "keywords": [
        "webrtc",
        "whip",
        "whep",
        "real-time",
        "streaming",
        "video",
        "live",
        "cdn"
    ],
    "homepage": "https://github.com/CeeblueTV/webrtc-client#readme",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/CeeblueTV/webrtc-client.git"
    },
    "bugs": {
        "url": "https://github.com/CeeblueTV/webrtc-client/issues"
    },
    "main": "dist/webrtc-client.js",
    "browser": "dist/webrtc-client.bundle.js",
    "types": "dist/webrtc-client.d.ts",
    "type": "module",
    "scripts": {
        "build": "rollup -c",
        "build:cjs": "rollup -c --format cjs",
        "build:iife": "rollup -c --format iife",
        "build:docs": "typedoc --tsconfig tsconfig.json index.ts",
        "watch": "rollup -c -w",
        "watch:cjs": "rollup -c -w --format cjs",
        "watch:iife": "rollup -c -w --format iife",
        "lint": "eslint . && prettier --check .",
        "eslint": "eslint --fix .",
        "prettier": "prettier --write --ignore-unknown .",
        "semantic-release": "semantic-release",
        "prepare": "is-ci || simple-git-hooks"
    },
    "simple-git-hooks": {
        "pre-commit": "npx lint-staged",
        "pre-push": "npm run build",
        "commit-msg": "npx --no -- commitlint --edit $1"
    },
    "author": "Ceeblue B.V.",
    "license": "AGPL-3.0-or-later",
    "engines": {
        "node": ">=16",
        "npm": ">=7"
    },
    "devDependencies": {
        "@commitlint/cli": "^19.5.0",
        "@commitlint/config-conventional": "^19.5.0",
        "@html-eslint/eslint-plugin": "~0.22.0",
        "@html-eslint/parser": "~0.22.0",
        "@rollup/plugin-commonjs": "^29.0.2",
        "@rollup/plugin-eslint": "~9.2.0",
        "@rollup/plugin-node-resolve": "~15.2.3",
        "@rollup/plugin-replace": "~5.0.2",
        "@rollup/plugin-terser": "^1.0.0",
        "@rollup/plugin-typescript": "~11.1.4",
        "@semantic-release/exec": "^6.0.3",
        "@semantic-release/git": "^10.0.1",
        "@semantic-release/github": "^11.0.6",
        "@types/node": "~20.11.2",
        "@types/sdp-transform": "^2.4.9",
        "@typescript-eslint/eslint-plugin": "~8.57.2",
        "@typescript-eslint/parser": "~8.57.2",
        "eslint": "~9.39.4",
        "eslint-plugin-headers": "~1.0.4",
        "is-ci": "~3.0.0",
        "lint-staged": "~15.5.2",
        "prettier": "3.2.4",
        "rollup": "~3.30.0",
        "rollup-plugin-auto-external": "^2.0.0",
        "rollup-plugin-dts": "~6.0.2",
        "semantic-release": "^25.0.1",
        "simple-git-hooks": "^2.13.1",
        "tslib": "~2.6.2",
        "typedoc": "~0.28.18",
        "typescript": "^5.9.3",
        "undici-types": "~6.3.0"
    },
    "overrides": {
        "cross-spawn": "^7.0.6",
        "flatted": "^3.4.2",
        "lodash": "^4.18.1",
        "lodash-es": "^4.18.1",
        "minimatch@3": {
            "brace-expansion": "^1.1.13"
        },
        "npm": {
            ".": "11.12.1",
            "minimatch": {
                "brace-expansion": "^5.0.5"
            },
            "tinyglobby": {
                "picomatch": "^4.0.4"
            }
        },
        "picomatch": "^2.3.2",
        "@rollup/plugin-commonjs": {
            "picomatch": "^4.0.4"
        },
        "tinyglobby": {
            "picomatch": "^4.0.4"
        },
        "tinyglobby@0.2.15": {
            "picomatch": "^4.0.4"
        }
    },
    "publishConfig": {
        "access": "public"
    },
    "dependencies": {
        "@ceeblue/web-utils": "^7.7.0",
        "sdp-transform": "^2.14.2"
    }
}
