{
  "name": "@livedigital/client",
  "author": "vlprojects",
  "license": "MIT",
  "version": "3.56.0",
  "private": false,
  "bugs": {
    "url": "https://github.com/vlprojects/livedigital-sdk/issues"
  },
  "homepage": "https://github.com/vlprojects/livedigital-sdk#readme",
  "publishConfig": {
    "access": "public"
  },
  "main": "dist/index.js",
  "module": "dist/index.es.js",
  "files": [
    "dist"
  ],
  "types": "dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/VLprojects/livedigital-sdk.git"
  },
  "scripts": {
    "build-proto": "sh ./build-proto.sh",
    "build": "yarn build-proto && yarn generate-signaling-client && rm -rf dist && rollup -c && tsc --importHelpers && cp src/constants/* dist/constants/",
    "generate-signaling-client": "swagger-typescript-api -p ./api/openapi.yaml -o ./src/engine/signalingApiClient -n api.ts --union-enums --axios --route-types",
    "watch": "rollup -c --sourcemap inline --watch --watch.onEnd='tsc --importHelpers && tsc --importHelpers && cp src/constants/* dist/constants/'",
    "lint": "eslint",
    "test": "NODE_ENV=test mocha --config test/utils/runners/mocha/.mocharc.js"
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "dependencies": {
    "async-mutex": "^0.5.0",
    "awaitqueue": "^2.4.0",
    "axios": "^1.10.0",
    "axios-retry": "^4.5.0",
    "bowser": "^2.11.0",
    "debug": "^4.3.4",
    "events-alias": "npm:events@^3.3.0",
    "hash-sum": "^2.0.0",
    "inversify": "^6.0.2",
    "load-script": "^2.0.0",
    "mediasoup-client": "3.18.8",
    "message-batcher": "^0.0.2",
    "qs": "^6.11.0",
    "reflect-metadata": "^0.2.2",
    "serialize-error": "^7.0.1",
    "webrtc-issue-detector": "^1.17.3"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^19.0.0",
    "@rollup/plugin-json": "^4.1.0",
    "@rollup/plugin-node-resolve": "^13.0.0",
    "@rollup/plugin-replace": "^3.0.0",
    "@rollup/plugin-typescript": "^12.1.2",
    "@semantic-release/commit-analyzer": "^13.0.1",
    "@semantic-release/git": "^10.0.1",
    "@semantic-release/github": "^12.0.2",
    "@semantic-release/npm": "13.1.2",
    "@semantic-release/release-notes-generator": "^14.1.0",
    "@stylistic/eslint-plugin": "^4.4.0",
    "@stylistic/eslint-plugin-js": "^4.4.0",
    "@types/audioworklet": "^0.0.36",
    "@types/chai": "^4.3.4",
    "@types/chai-as-promised": "^7.1.5",
    "@types/chai-subset": "^1.3.3",
    "@types/emscripten": "^1.39.6",
    "@types/events-alias": "npm:@types/events@^3.0.3",
    "@types/faker": "^5.5.9",
    "@types/hash-sum": "^1.0.2",
    "@types/jsonwebtoken": "^9.0.2",
    "@types/mocha": "^10.0.1",
    "@types/node": "^14.18.36",
    "@types/pixi.js": "^5.0.0",
    "@types/qs": "^6.9.5",
    "@types/sinon": "^10.0.13",
    "@types/sinon-chai": "^3.2.9",
    "@typescript-eslint/eslint-plugin": "^8.32.1",
    "@typescript-eslint/parser": "^8.32.1",
    "audio-effects-sdk": "^2.4.3",
    "axios-mock-adapter": "^1.21.2",
    "chai": "^4.3.7",
    "chai-as-promised": "^7.1.1",
    "chai-subset": "^1.6.0",
    "dotenv": "^10.0.0",
    "eslint": "^9.26.0",
    "eslint-formatter-unix": "^8.40.0",
    "eslint-plugin-sonarjs": "^3.0.2",
    "event-target-shim": "^6.0.2",
    "faker": "^5.5.3",
    "jsonwebtoken": "^9.0.1",
    "mocha": "^10.2.0",
    "nyc": "^15.1.0",
    "rollup": "^2.57.0",
    "rollup-plugin-analyzer": "^4.0.0",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-typescript2": "0.36",
    "sinon": "^12.0.1",
    "sinon-chai": "^3.7.0",
    "swagger-typescript-api": "13.0.5",
    "ts-node": "^10.4.0",
    "ts-proto": "^2.7.5",
    "tslib": "^2.3.1",
    "typescript": "^5.8.3"
  }
}
