{
  "name": "@webex/contact-center",
  "description": "This package provides a set of APIs to perform various operations for the Agent flow within Webex Contact Center",
  "license": "Cisco's General Terms (https://www.cisco.com/site/us/en/about/legal/contract-experience/index.html)",
  "contributors": [
    "Adhwaith Menon <adhmenon@cisco.com>",
    "Bharath Balan <bhabalan@cisco.com>",
    "Kesava Krishnan Madavan <kmadavan@cisco.com>",
    "Priya Kesari <pkesari@cisco.com>",
    "Rajesh Kumar <rarajes2@cisco.com>",
    "Ravi Chandra Sekhar Sarika <rsarika@cisco.com>",
    "Shreyas Sharma <shreysh2@cisco.com>",
    "Sreekanth Narayanan <sreenara@cisco.com>"
  ],
  "main": "dist/webex.js",
  "types": "./dist/types/index.d.ts",
  "devMain": "src/index.ts",
  "exports": {
    ".": {
      "import": "./dist/webex.js",
      "require": "./dist/webex.js",
      "types": "./dist/types/index.d.ts"
    },
    "./package": "./package.json"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/webex/webex-js-sdk.git",
    "directory": "packages/@webex/contact-center"
  },
  "engines": {
    "node": ">=20.x"
  },
  "scripts": {
    "build:src": "webex-legacy-tools build -dest \"./dist\" -src \"./src\" -js -ts -maps && yarn build",
    "build": " yarn workspace @webex/calling run build:src && yarn run -T tsc --declaration true --declarationDir ./dist/types",
    "fix:lint": "eslint 'src/**/*.ts' --fix",
    "build:docs": "typedoc --out ../../../docs/wxcc",
    "fix:prettier": "prettier \"src/**/*.ts\" --write",
    "prebuild": "rimraf dist",
    "test": "yarn test:style && yarn test:unit",
    "test:style": "eslint 'src/**/*.ts'",
    "test:unit": "webex-legacy-tools test --unit --runner jest",
    "deploy:npm": "yarn npm publish"
  },
  "dependencies": {
    "@types/platform": "1.3.4",
    "@webex/calling": "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/plugin-authorization": "3.12.0",
    "@webex/plugin-logger": "3.12.0",
    "@webex/webex-core": "3.12.0",
    "jest-html-reporters": "3.0.11",
    "lodash": "^4.17.21"
  },
  "devDependencies": {
    "@babel/core": "^7.22.11",
    "@babel/preset-typescript": "7.22.11",
    "@types/jest": "27.4.1",
    "@typescript-eslint/eslint-plugin": "5.38.1",
    "@typescript-eslint/parser": "5.38.1",
    "@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/test-helper-mock-webex": "3.12.0",
    "eslint": "^8.24.0",
    "eslint-config-airbnb-base": "15.0.0",
    "eslint-config-prettier": "8.3.0",
    "eslint-import-resolver-typescript": "2.4.0",
    "eslint-plugin-import": "2.25.3",
    "eslint-plugin-jsdoc": "38.0.4",
    "eslint-plugin-prettier": "4.0.0",
    "eslint-plugin-tsdoc": "0.2.14",
    "jest": "27.5.1",
    "jest-junit": "13.0.0",
    "prettier": "2.5.1",
    "typedoc": "^0.25.0",
    "typescript": "4.9.5"
  },
  "version": "3.12.0"
}