{
  "name": "@webex/plugin-meetings",
  "description": "",
  "license": "Cisco's General Terms (https://www.cisco.com/site/us/en/about/legal/contract-experience/index.html)",
  "contributors": [
    "Adam Weeks <adweeks@cisco.com> (https://adamweeks.com/)",
    "Arun Ganeshan <arungane@cisco.com>",
    "Christopher DuBois <chdubois@cisco.com> (https://chrisadubois.github.io/)",
    "Matt Norris <matnorri@cisco.com> (http://mattnorris.me)",
    "Moriah Maney <momaney@cisco.com>",
    "Taymoor Khan <taykhan@cisco.com>"
  ],
  "main": "dist/index.js",
  "types": "dist/types/index.d.ts",
  "devMain": "src/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/webex/webex-js-sdk.git",
    "directory": "packages/@webex/plugin-meetings"
  },
  "engines": {
    "node": ">=18"
  },
  "browserify": {
    "transform": [
      "babelify",
      "envify"
    ]
  },
  "scripts": {
    "build": "yarn run -T tsc --declaration true --declarationDir ./dist/types",
    "build:src": "webex-legacy-tools build -dest \"./dist\" -src \"./src\" -js -ts -maps && yarn build",
    "deploy:npm": "yarn npm publish",
    "test:broken": "yarn test:style && yarn test:unit && yarn test:integration && yarn test:browser",
    "test:browser": "webex-legacy-tools test --integration --runner karma",
    "test:style": "eslint ./src/**/*.*",
    "test:unit": "webex-legacy-tools test --unit --runner mocha"
  },
  "devDependencies": {
    "@babel/core": "^7.17.10",
    "@types/jsdom": "^21",
    "@webex/babel-config-legacy": "0.0.0",
    "@webex/eslint-config-legacy": "0.0.0",
    "@webex/event-dictionary-ts": "^1.0.2073",
    "@webex/jest-config-legacy": "0.0.0",
    "@webex/legacy-tools": "0.0.0",
    "@webex/plugin-rooms": "3.12.0",
    "@webex/test-helper-chai": "3.12.0",
    "@webex/test-helper-mocha": "3.12.0",
    "@webex/test-helper-mock-webex": "3.12.0",
    "@webex/test-helper-retry": "3.12.0",
    "@webex/test-helper-test-users": "3.12.0",
    "chai": "^4.3.4",
    "chai-as-promised": "^7.1.1",
    "eslint": "^8.24.0",
    "jsdom": "19.0.0",
    "jsdom-global": "3.0.2",
    "prettier": "^2.7.1",
    "sinon": "^9.2.4",
    "typed-emitter": "^2.1.0",
    "typescript": "^4.7.4"
  },
  "dependencies": {
    "@webex/common": "3.12.0",
    "@webex/internal-media-core": "2.23.1",
    "@webex/internal-plugin-conversation": "3.12.0",
    "@webex/internal-plugin-device": "3.12.0",
    "@webex/internal-plugin-llm": "3.12.0",
    "@webex/internal-plugin-mercury": "3.12.0",
    "@webex/internal-plugin-metrics": "3.12.0",
    "@webex/internal-plugin-support": "3.12.0",
    "@webex/internal-plugin-user": "3.12.0",
    "@webex/internal-plugin-voicea": "3.12.0",
    "@webex/media-helpers": "3.12.0",
    "@webex/plugin-people": "3.12.0",
    "@webex/plugin-rooms": "3.12.0",
    "@webex/ts-sdp": "^1.8.1",
    "@webex/web-capabilities": "^1.10.0",
    "@webex/webex-core": "3.12.0",
    "ampersand-collection": "^2.0.2",
    "bowser": "^2.11.0",
    "btoa": "^1.2.1",
    "dotenv": "^4.0.0",
    "global": "^4.4.0",
    "ip-anonymize": "^0.1.0",
    "javascript-state-machine": "^3.1.0",
    "jose": "^5.8.0",
    "jwt-decode": "3.1.2",
    "lodash": "^4.17.21",
    "uuid": "^3.3.2",
    "webrtc-adapter": "^8.1.2",
    "xxh3-ts": "^2.0.1"
  },
  "//": [
    "TODO: upgrade jwt-decode when moving to node 18"
  ],
  "version": "3.12.0"
}