123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- {
- "name": "lib-jitsi-meet",
- "version": "0.0.0",
- "description": "JS library for accessing Jitsi server side deployments",
- "repository": {
- "type": "git",
- "url": "git://github.com/jitsi/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#3707993863eb6c5b6d66c4a025e9dba193775bfb",
- "@jitsi/sdp-simulcast": "0.4.0",
- "async": "0.9.0",
- "base64-js": "1.3.1",
- "current-executing-script": "0.1.3",
- "lodash.clonedeep": "4.5.0",
- "lodash.debounce": "4.0.8",
- "lodash.isequal": "4.5.0",
- "promise.allsettled": "1.0.4",
- "sdp-transform": "2.3.0",
- "strophe.js": "1.3.4",
- "strophejs-plugin-disco": "0.0.2",
- "strophejs-plugin-stream-management": "github:jitsi/strophejs-plugin-stream-management#001cf02bef2357234e1ac5d163611b4d60bf2b6a",
- "uuid": "8.1.0",
- "webrtc-adapter": "8.0.0"
- },
- "devDependencies": {
- "@babel/core": "7.16.0",
- "@babel/eslint-parser": "7.16.0",
- "@babel/preset-env": "7.16.0",
- "@babel/preset-typescript": "7.16.7",
- "@jitsi/eslint-config": "4.0.0",
- "@types/jasmine": "3.10.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": "3.5.0",
- "karma": "6.3.14",
- "karma-chrome-launcher": "3.1.0",
- "karma-jasmine": "3.1.1",
- "karma-sourcemap-loader": "0.3.7",
- "karma-webpack": "5.0.0",
- "process": "0.11.10",
- "string-replace-loader": "3.0.3",
- "typescript": "4.3.5",
- "webpack": "5.57.1",
- "webpack-bundle-analyzer": "4.4.2",
- "webpack-cli": "4.9.0"
- },
- "scripts": {
- "build": "export LIB_JITSI_MEET_COMMIT_HASH=$(git rev-parse --short HEAD 2>/dev/null) && webpack && tsc",
- "lint": "eslint .",
- "lint-fix": "eslint . --fix",
- "prepack": "npm run build",
- "test": "karma start karma.conf.js",
- "test-watch": "karma start karma.conf.js --no-single-run",
- "validate": "npm ls",
- "watch": "webpack --config webpack.config.js --watch --mode development"
- },
- "browser": "dist/umd/lib-jitsi-meet.min.js",
- "module": "dist/esm/JitsiMeetJS.js",
- "files": [
- "dist",
- "types",
- "connection_optimization/external_connect.js",
- "modules/browser/capabilities.json"
- ],
- "license": "Apache-2.0"
- }
|