{
  "name": "@onehop/mediasoup-client",
  "version": "3.6.51",
  "description": "mediasoup client side JavaScript library",
  "contributors": [
    "Iñaki Baz Castillo <ibc@aliax.net> (https://inakibaz.me)",
    "José Luis Millán <jmillan@aliax.net> (https://github.com/jmillan)"
  ],
  "homepage": "https://mediasoup.org",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "https://github.com/hopinc/mediasoup-client.git"
  },
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/mediasoup"
  },
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "engines": {
    "node": ">=10"
  },
  "scripts": {
    "typescript:build": "node npm-scripts.js typescript:build",
    "typescript:watch": "node npm-scripts.js typescript:watch",
    "lint": "node npm-scripts.js lint",
    "test": "node npm-scripts.js test",
    "coverage": "node npm-scripts.js coverage",
    "release": "node npm-scripts.js release"
  },
  "jest": {
    "verbose": true,
    "testEnvironment": "node",
    "testRegex": "test/test.*\\.js"
  },
  "dependencies": {
    "@types/debug": "^4.1.7",
    "@types/events": "^3.0.0",
    "awaitqueue": "^2.3.3",
    "bowser": "^2.11.0",
    "debug": "^4.3.3",
    "events": "^3.3.0",
    "fake-mediastreamtrack": "^1.1.6",
    "h264-profile-level-id": "^1.0.1",
    "sdp-transform": "^2.14.1",
    "supports-color": "^9.2.1"
  },
  "devDependencies": {
    "@types/sdp-transform": "^2.4.5",
    "@types/uuid": "^3.4.9",
    "@typescript-eslint/eslint-plugin": "^5.9.1",
    "@typescript-eslint/parser": "^5.9.1",
    "eslint": "^8.6.0",
    "eslint-plugin-jest": "^25.3.4",
    "jest": "^27.4.7",
    "jest-tobetype": "^1.2.3",
    "open-cli": "^7.0.1",
    "tsc-watch": "^4.6.0",
    "typescript": "^4.5.4",
    "uuid": "^3.4.0"
  }
}
