{
    "name": "@vagonhq/lib-pixelstreamingfrontend-ue5.6",
    "version": "0.1.14",
    "description": "Frontend library for Unreal Engine 5.6 Pixel Streaming",
    "main": "dist/cjs/pixelstreamingfrontend.js",
    "module": "dist/esm/pixelstreamingfrontend.js",
    "types": "dist/types/pixelstreamingfrontend.d.ts",
    "sideEffects": false,
    "scripts": {
        "clean": "rimraf ./dist",
        "build:cjs": "tsc --project tsconfig.cjs.json",
        "build:esm": "tsc --project tsconfig.esm.json",
        "build": "npm run build:cjs && npm run build:esm",
        "rebuild": "npm run clean && npm run build",
        "watch": "nodemon -V -d 3 --watch src --watch ../../Common/dist -e \"ts,js,mjs,cjs,json\" --exec \"npm run build:cjs\"",
        "lint": "eslint src",
        "test": "jest --detectOpenHandles --coverage=true",
        "spellcheck": "cspell \"{README.md,.github/*.md,src/**/*.ts}\""
    },
    "devDependencies": {
        "@eslint/js": "^9.20.0",
        "@types/actioncable": "^5.2.11",
        "@types/jest": "^29.5.14",
        "@types/webxr": "^0.5.21",
        "cspell": "^8.17.3",
        "eslint": "^9.20.0",
        "jest": "^29.7.0",
        "jest-environment-jsdom": "^29.7.0",
        "nodemon": "^3.1.9",
        "rimraf": "^6.0.1",
        "ts-jest": "^29.2.5",
        "typescript": "^5.7.3",
        "typescript-eslint": "^8.24.0"
    },
    "dependencies": {
        "@epicgames-ps/lib-pixelstreamingcommon-ue5.6": "npm:@vagonhq/lib-pixelstreamingcommon-ue5.6@^0.1.6",
        "sdp": "^3.2.0"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/EpicGamesExt/PixelStreamingInfrastructure.git"
    },
    "author": "Epic Games",
    "license": "MIT",
    "publishConfig": {
        "access": "public"
    }
}
