{
  "name": "@lyno/lib-jitsi-meet",
  "version": "2.6726.2",
  "description": "JS library for accessing Jitsi server side deployments",
  "repository": {
    "type": "git",
    "url": "git://github.com/lynoapp/lib-jitsi-meet"
  },
  "keywords": [
    "jingle",
    "webrtc",
    "xmpp",
    "browser",
    "jitsi"
  ],
  "author": "",
  "readmeFilename": "README.md",
  "dependencies": {
    "@jitsi/js-utils": "2.0.0",
    "@jitsi/logger": "2.0.0",
    "@jitsi/sdp-interop": "github:jitsi/sdp-interop#4669790bb9020cc8f10c1d1f3823c26b08497547",
    "@jitsi/sdp-simulcast": "0.4.0",
    "async": "3.2.2",
    "base64-js": "1.5.1",
    "current-executing-script": "0.1.3",
    "jquery": "3.6.0",
    "lodash.clonedeep": "4.5.0",
    "lodash.debounce": "4.0.8",
    "lodash.isequal": "4.5.0",
    "promise.allsettled": "1.0.5",
    "sdp-transform": "2.14.1",
    "strophe.js": "1.4.2",
    "strophejs-plugin-disco": "0.0.2",
    "strophejs-plugin-stream-management": "github:jitsi/strophejs-plugin-stream-management#001cf02bef2357234e1ac5d163611b4d60bf2b6a",
    "uuid": "8.3.2",
    "webrtc-adapter": "8.1.0"
  },
  "devDependencies": {
    "@babel/core": "7.16.5",
    "@babel/eslint-parser": "7.16.5",
    "@babel/preset-env": "7.16.5",
    "@jitsi/eslint-config": "4.0.0",
    "@types/async": "3.2.10",
    "@types/base64-js": "^1.3.0",
    "@types/jquery": "^3.5.10",
    "@types/lodash.clonedeep": "^4.5.6",
    "@types/lodash.debounce": "^4.0.6",
    "@types/lodash.isequal": "^4.5.5",
    "@types/node": "16.11.13",
    "@types/promise.allsettled": "^1.0.3",
    "@types/sdp-transform": "^2.4.5",
    "@types/strophe.js": "^1.2.4",
    "@types/uuid": "^8.3.1",
    "babel-loader": "8.2.3",
    "core-js": "3.19.3",
    "cpx2": "4.0.0",
    "eslint": "8.4.1",
    "eslint-plugin-import": "2.25.3",
    "jasmine-core": "3.10.1",
    "karma": "5.1.1",
    "karma-chrome-launcher": "3.1.0",
    "karma-jasmine": "3.1.1",
    "karma-sourcemap-loader": "0.3.8",
    "karma-webpack": "5.0.0",
    "process": "0.11.10",
    "replace": "1.2.1",
    "string-replace-loader": "3.1.0",
    "typescript": "4.5.4",
    "webpack": "5.65.0",
    "webpack-bundle-analyzer": "4.5.0",
    "webpack-cli": "4.9.1"
  },
  "scripts": {
    "lint": "eslint .",
    "lint-fix": "eslint . --fix",
    "update": "yarn upgrade-interactive --latest",
    "build": "yarn types:copy && yarn build:module && yarn build:browser",
    "build:browser": "LIB_JITSI_MEET_COMMIT_HASH=$(git rev-parse HEAD) webpack",
    "build:module": "tsc && replace {#COMMIT_HASH#} $(git rev-parse HEAD) ./dist/JitsiMeetJS.js",
    "test": "karma start karma.conf.js",
    "test-watch": "karma start karma.conf.js --no-single-run",
    "validate": "yarn ls",
    "prepack": "yarn install && yarn build",
    "release": "yarn publish --access public .",
    "release:beta": "yarn release --tag beta",
    "watch": "webpack --config webpack.config.js --watch --mode development",
    "types": "tsc JitsiMeetJS.js --declaration --allowJs --emitDeclarationOnly --outDir types/generated",
    "types:copy": "cpx \"./types/hand-crafted/**/*\" dist --clean"
  },
  "module": "./dist/JitsiMeetJS.js",
  "types": "./dist/JitsiMeetJS.d.ts",
  "license": "Apache-2.0"
}
