{
  "name": "@flashphoner/sfusdk",
  "version": "2.0.339",
  "description": "Official Flashphoner WebCallServer SFU SDK package",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "/dist"
  ],
  "scripts": {
    "clean": "rm -rf dist/*",
    "test": "jest --runInBand --forceExit --reporters=\"default\" --reporters=\"jest-teamcity\"",
    "build": "tsc",
    "publish-lib": "npm run build && npm publish",
    "publish-beta": "npm run build && npm publish --tag beta",
    "publish-dryrun": "npm run build && npm publish --dry-run",
    "postinstall": "npm run get-wrtc",
    "get-wrtc": "sh get-node-wrtc.sh $WRTC_URL $WRTC_USER $WRTC_PASSWD"
  },
  "keywords": [
    "Flashphoner",
    "WebCallServer",
    "SFU SDK"
  ],
  "author": "Flashphoner",
  "license": "MIT",
  "devDependencies": {
    "@mapbox/node-pre-gyp": "^1.0.8",
    "@types/jest": "^27.4.1",
    "form-data": "^4.0.4",
    "jest": "^27.4.7",
    "jest-teamcity": "^1.11.0",
    "node-fetch": "^2.7.0",
    "pako": "^2.1.0",
    "ts-jest": "^27.1.4",
    "ts-loader": "^9.2.8",
    "typedoc": "0.25.13",
    "typescript": "^4.6.3",
    "wrtc": "^0.4.7"
  },
  "dependencies": {
    "@flashphoner/web-sdk-metrics": "^1.0.0",
    "@types/pako": "^2.0.4",
    "async-mutex": "^0.4.0",
    "collections": "^5.1.13",
    "pako": "^2.1.0",
    "queue-typescript": "^1.0.1",
    "uuid": "^8.3.0",
    "webrtc-adapter": "^7.2.6"
  }
}
