{
  "name": "webex",
  "description": "SDK for Cisco Webex",
  "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/)",
    "Kesava Krishnan Madavan <kmadavan@cisco.com>",
    "Priya Kesari <pkesari@cisco.com>",
    "Rajesh Kumar <rarajes2@cisco.com>",
    "Shreyas Sharma <shreysh2@cisco.com>",
    "Sreekanth Narayanan <sreenara@cisco.com>"
  ],
  "main": "dist/index.js",
  "exports": {
    "./calling": "./dist/calling.js",
    ".": "./dist/index.js",
    "./meetings": "./dist/meetings.js",
    "./package": "./package.json"
  },
  "devMain": "src/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/webex/webex-js-sdk.git",
    "directory": "packages/webex"
  },
  "engines": {
    "node": ">=18"
  },
  "browser": {
    "./dist/config-storage.js": "./dist/config-storage.shim.js",
    "./src/config-storage.js": "./src/config-storage.shim.js"
  },
  "browserify": {
    "transform": [
      "babelify",
      "envify"
    ]
  },
  "scripts": {
    "build": "yarn build:src",
    "build:src": "webex-legacy-tools build -dest \"./dist\" -src \"./src\" -js -ts -maps",
    "test": "yarn test:style && yarn test:unit && yarn test:integration",
    "test:browser:broken": "webex-legacy-tools test --integration --runner karma",
    "test:integration": "webex-legacy-tools test --integration --runner mocha",
    "test:style": "eslint ./src/**/*.*",
    "test:unit": "webex-legacy-tools test --unit --runner jest",
    "deploy:npm": "yarn npm publish"
  },
  "devDependencies": {
    "@babel/core": "^7.22.11",
    "@webex/babel-config-legacy": "0.0.0",
    "@webex/eslint-config-legacy": "0.0.0",
    "@webex/jest-config-legacy": "0.0.0",
    "@webex/legacy-tools": "0.0.0",
    "@webex/plugin-authorization": "3.12.0",
    "@webex/test-helper-chai": "3.12.0",
    "@webex/test-helper-file": "3.12.0",
    "@webex/test-helper-mocha": "3.12.0",
    "@webex/test-helper-mock-webex": "3.12.0",
    "@webex/test-helper-test-users": "3.12.0",
    "eslint": "^8.24.0",
    "prettier": "^2.7.1",
    "sinon": "^9.2.4",
    "webex": "3.12.0"
  },
  "dependencies": {
    "@babel/polyfill": "^7.12.1",
    "@babel/runtime-corejs2": "^7.14.8",
    "@webex/calling": "3.12.0",
    "@webex/common": "3.12.0",
    "@webex/contact-center": "3.12.0",
    "@webex/internal-plugin-calendar": "3.12.0",
    "@webex/internal-plugin-device": "3.12.0",
    "@webex/internal-plugin-dss": "3.12.0",
    "@webex/internal-plugin-llm": "3.12.0",
    "@webex/internal-plugin-mercury": "3.12.0",
    "@webex/internal-plugin-presence": "3.12.0",
    "@webex/internal-plugin-support": "3.12.0",
    "@webex/internal-plugin-task": "^3.12.0",
    "@webex/internal-plugin-voicea": "3.12.0",
    "@webex/plugin-attachment-actions": "3.12.0",
    "@webex/plugin-authorization": "3.12.0",
    "@webex/plugin-device-manager": "3.12.0",
    "@webex/plugin-encryption": "3.12.0",
    "@webex/plugin-logger": "3.12.0",
    "@webex/plugin-meetings": "3.12.0",
    "@webex/plugin-memberships": "3.12.0",
    "@webex/plugin-messages": "3.12.0",
    "@webex/plugin-people": "3.12.0",
    "@webex/plugin-rooms": "3.12.0",
    "@webex/plugin-team-memberships": "3.12.0",
    "@webex/plugin-teams": "3.12.0",
    "@webex/plugin-webhooks": "3.12.0",
    "@webex/storage-adapter-local-storage": "3.12.0",
    "@webex/webex-core": "3.12.0",
    "lodash": "^4.17.21",
    "safe-buffer": "^5.2.0"
  },
  "version": "3.12.0"
}