{
  "name": "sariska-media-transport",
  "version": "1.1.1",
  "description": "JS library for accessing Jitsi server side deployments",
  "repository": {
    "type": "git",
    "url": "https://github.com/sariskaIO/sariska-media-transport"
  },
  "keywords": [
    "jingle",
    "webrtc",
    "xmpp",
    "browser",
    "jitsi"
  ],
  "author": "",
  "readmeFilename": "README.md",
  "dependencies": {
    "@babel/preset-env": "^7.21.5",
    "@hapi/bourne": "^2.0.0",
    "@jitsi/js-utils": "https://github.com/SariskaIO/js-utils.git",
    "@jitsi/logger": "2.0.0",
    "@jitsi/sdp-interop": "git+https://github.com/jitsi/sdp-interop#3d49eb4aa26863a3f8d32d7581cdb4321244266b",
    "@jitsi/sdp-simulcast": "0.4.0",
    "@testrtc/watchrtc-sdk": "1.36.3",
    "async-es": "^3.2.4",
    "base64-js": "1.3.1",
    "current-executing-script": "0.1.3",
    "jquery": "3.6.1",
    "libflacjs": "github:mmig/libflac.js#93d37e7f811f01cf7d8b6a603e38bd3c3810907d",
    "lodash.clonedeep": "4.5.0",
    "lodash.debounce": "4.0.8",
    "lodash.isequal": "4.5.0",
    "olm": "https://packages.matrix.org/npm/olm/olm-3.2.1.tgz",
    "patch-package": "6.5.1",
    "pixelmatch": "^5.2.1",
    "promise.allsettled": "1.0.4",
    "rnnoise-wasm": "https://github.com/SariskaIO/rnnoise-wasm.git",
    "sdp-transform": "2.3.0",
    "strophe.js": "1.5.0",
    "strophejs-plugin-disco": "0.0.2",
    "strophejs-plugin-stream-management": "git+https://github.com/SariskaIO/strophejs-plugin-stream-management.git",
    "uuid": "8.1.0",
    "wasm-check": "^2.0.3",
    "webrtc-adapter": "8.1.1",
    "webrtcmetrics": "https://github.com/SariskaIO/webrtcmetrics.git"
  },
  "devDependencies": {
    "@babel/core": "7.16.0",
    "@babel/eslint-parser": "7.16.0",
    "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
    "@babel/plugin-proposal-optional-chaining": "^7.21.0",
    "@babel/preset-typescript": "7.16.7",
    "@jitsi/eslint-config": "4.1.4",
    "@types/async": "3.2.12",
    "@types/jasmine": "4.0.3",
    "@types/sdp-transform": "2.4.5",
    "babel-loader": "8.2.3",
    "core-js": "3.19.1",
    "eslint": "8.1.0",
    "eslint-plugin-import": "2.25.2",
    "jasmine-core": "4.2.0",
    "karma": "6.4.0",
    "karma-chrome-launcher": "3.1.1",
    "karma-jasmine": "5.1.0",
    "karma-sourcemap-loader": "0.3.8",
    "karma-webpack": "5.0.0",
    "process": "0.11.10",
    "string-replace-loader": "3.0.3",
    "typescript": "4.3.5",
    "webpack": "5.76.0",
    "webpack-bundle-analyzer": "4.4.2",
    "webpack-cli": "4.9.0"
  },
  "scripts": {
    "build_new": "npm run build:webpack && npm run build:tsc",
    "build:webpack": "LIB_JITSI_MEET_COMMIT_HASH=$(git rev-parse --short HEAD 2>/dev/null) webpack",
    "build:webpack-dev": "webpack --mode development",
    "build:tsc": "tsc --build --clean && tsc",
    "gen-types": "tsc --declaration --declarationDir types/auto --emitDeclarationOnly",
    "build": "webpack",
    "transpile": "tsc",
    "lint": "eslint .",
    "lint-fix": "eslint . --fix",
    "postinstall": "patch-package",
    "prepack": "npm run build && npm run gen-types",
    "test": "karma start karma.conf.js",
    "test-watch": "karma start karma.conf.js --no-single-run",
    "validate": "npm ls",
    "deploy": "aws s3 cp dist/ s3://sdk.sariska.io --recursive --acl public-read && aws cloudfront create-invalidation --distribution-id E3RL1IE6WPHQ72 --paths /main.bundle.js",
    "watch": "webpack --config webpack.config.js --watch --mode development"
  },
  "browser": "dist/esm/SariskaMediaTransport.js",
  "module": "dist/esm/SariskaMediaTransport.js",
  "files": [
    "dist",
    "types"
  ],
  "license": "Apache-2.0"
}
