{
  "name": "@microsoft/omnichannel-chat-widget",
  "version": "1.8.4-main.11a7566",
  "description": "Microsoft Omnichannel Chat Widget",
  "main": "lib/cjs/index.js",
  "types": "lib/types/index.d.ts",
  "repository": "https://github.com/microsoft/omnichannel-chat-widget",
  "author": "Microsoft",
  "license": "MIT",
  "type": "module",
  "files": [
    "lib"
  ],
  "exports": {
    ".": {
      "import": "./lib/esm/index.js",
      "require": "./lib/cjs/index.js",
      "types": "./lib/types/index.d.ts"
    },
    "./package.json": "./package.json"
  },
  "devDependencies": {
    "@babel/core": "^7.15.8",
    "@babel/preset-env": "^7.15.8",
    "@babel/preset-react": "^7.14.5",
    "@babel/preset-typescript": "^7.15.0",
    "@storybook/addon-a11y": "^6.4.8",
    "@storybook/addon-actions": "^6.4.8",
    "@storybook/addon-essentials": "^6.4.8",
    "@storybook/addon-knobs": "^6.4.0",
    "@storybook/addon-links": "^6.4.8",
    "@storybook/addon-storyshots": "^6.4.8",
    "@storybook/react": "^6.4.8",
    "@storybook/testing-react": "^1.2.1",
    "@testing-library/dom": "^10.4.0",
    "@testing-library/jest-dom": "^6.6.3",
    "@testing-library/react": "^16.3.0",
    "@types/core-js": "^2.5.5",
    "@types/dompurify": "^2.3.3",
    "@types/jest": "^27.0.2",
    "@types/jest-image-snapshot": "^4.3.1",
    "@types/markdown-it": "^12.2.3",
    "@types/react": "^18.3.13",
    "@types/react-dom": "^18.3.6",
    "@types/styled-components": "^5.1.15",
    "@typescript-eslint/eslint-plugin": "^5.3.0",
    "@typescript-eslint/parser": "^5.2.0",
    "babel-jest": "^27.3.1",
    "babel-loader": "^8.2.3",
    "babel-plugin-react-native-web": "^0.21.2",
    "botframework-directlinejs": "^0.15.0",
    "concurrently": "^9.1.2",
    "copyfiles": "^2.4.1",
    "cross-env": "^7.0.3",
    "danger": "^13.0.4",
    "eslint": "^7.32.0",
    "eslint-config-standard": "^16.0.3",
    "eslint-plugin-import": "^2.25.2",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^5.1.1",
    "eslint-plugin-react": "^7.26.1",
    "eslint-plugin-storybook": "^0.5.3",
    "file-loader": "^6.2.0",
    "husky": "^9.1.7",
    "jest": "^27.3.1",
    "jest-dom": "^4.0.0",
    "jest-axe": "^10.0.0",
    "jest-image-snapshot": "^4.5.1",
    "jest-transform-stub": "^2.0.0",
    "json": "^11.0.0",
    "lint-staged": "^16.0.0",
    "metro-react-native-babel-preset": "^0.77.0",
    "p-defer": "^4.0.1",
    "playwright": "^1.20.0",
    "@axe-core/playwright": "^4.10.2",
    "@axe-core/react": "^4.10.2",
    "accessibility-insights-scan": "^3.0.0",
    "@guidepup/guidepup": "^0.24.1",
    "postcss": "^8.3.9",
    "react": "^18.3.1",
    "react-docgen-typescript-plugin": "^1.0.8",
    "react-dom": "^18.3.1",
    "react-native-web": "^0.21.2",
    "react-test-renderer": "^18.3.1",
    "rimraf": "^6.0.1",
    "storybook-addon-playwright": "^4.9.2",
    "swiper": "^12.1.2",
    "terser-webpack-plugin": "^4.2.3",
    "thread-loader": "^2.1.3",
    "ts-loader": "^9.2.6",
    "typescript": "^5.8.3",
    "webpack": "^4.44.2",
    "webpack-cli": "^4.9.2"
  },
  "dependencies": {
    "@azure/core-tracing": "^1.2.0",
    "@microsoft/applicationinsights-web": "^3.3.6",
    "@microsoft/omnichannel-chat-components": "1.1.17-main.5b3f077",
    "@microsoft/omnichannel-chat-sdk": "1.11.9-main.47a6498",
    "@opentelemetry/api": "^1.9.0",
    "abort-controller": "^3",
    "abort-controller-es5": "^2.0.1",
    "botframework-webchat": "4.18.1-hotfix.20260308.b15b405",
    "core-js-pure": "^3.42.0",
    "dompurify": "^3.2.4",
    "markdown-it": "^12.3.2",
    "markdown-it-attrs": "^4.1.6",
    "markdown-it-attrs-es5": "^2.0.2",
    "markdown-it-for-inline": "^0.1.1",
    "md5-typescript": "^1.0.5",
    "p-defer-es5": "^2.0.1",
    "sanitize-html": "2.14.0",
    "simple-update-in": "2.2.0",
    "slack-markdown-it": "^1.0.5"
  },
  "scripts": {
    "storybook": "start-storybook -p 6006",
    "compose-storybook": "start-storybook -c stories/.storybook -p 9009",
    "build-composite-storybook": "cross-env NODE_OPTIONS=--openssl-legacy-provider build-storybook -c stories/.storybook -o storybook-build",
    "build-storybook": "cross-env NODE_OPTIONS=--openssl-legacy-provider build-storybook",
    "build": "yarn clean && yarn lint && yarn build:esm && yarn build:cjs && tsc",
    "test:unit": "jest -c jest.config.unit.cjs --env=jsdom --runInBand --force-exit",
    "test:a11y": "jest -c jest.config.a11y.cjs --runInBand --force-exit",
    "test:e2e": "cd automation_tests && yarn test",
    "test:e2e:build": "yarn build-sample && cd automation_tests && yarn test",
    "test:visual": "jest -c jest.config.visual.cjs --verbose",
    "test:visual:mobile:ios": "cross-env STORYBOOK_BROWSERS=chromium STORYBOOK_SCREENSHOT_PROFILE=mobile-iphone yarn test:visual",
    "test:visual:mobile:android": "cross-env STORYBOOK_BROWSERS=chromium STORYBOOK_SCREENSHOT_PROFILE=mobile-android yarn test:visual",
    "test:visual:reflow": "cross-env STORYBOOK_BROWSERS=chromium STORYBOOK_SCREENSHOT_PROFILE=reflow-320 yarn test:visual",
    "test:visual:zoom": "cross-env STORYBOOK_BROWSERS=chromium STORYBOOK_SCREENSHOT_PROFILE=zoom-200 yarn test:visual",
    "test:visual:forced-colors": "cross-env STORYBOOK_BROWSERS=chromium STORYBOOK_SCREENSHOT_PROFILE=forced-colors yarn test:visual",
    "test:visual:contrast-more": "cross-env STORYBOOK_BROWSERS=chromium STORYBOOK_SCREENSHOT_PROFILE=contrast-more yarn test:visual",
    "scan:a11y:axe": "node ../tools/accessibility/axeScan.cjs",
    "scan:a11y:axe:gated": "node ../tools/accessibility/axeScan.cjs --gate-rules image-alt,button-name",
    "scan:a11y:axe:build": "yarn build-storybook && yarn scan:a11y:axe",
    "scan:a11y:insights": "node ../tools/accessibility/insightsScan.cjs",
    "scan:a11y:insights:build": "yarn build-storybook && yarn scan:a11y:insights",
    "scan:a11y": "yarn build-storybook && yarn scan:a11y:axe && yarn scan:a11y:insights",
    "test:all": "yarn test:unit && yarn test:visual",
    "build:esm": "babel ./src --config-file ./babel.esm.config.json --out-dir lib/esm --extensions .ts,.js,.tsx --ignore **/*.test.ts,**/*.stories.tsx,**/*.test.tsx,**/*.spec.ts,**/*.spec.tsx",
    "build:cjs": "babel ./src --config-file ./babel.config.json --out-dir lib/cjs --extensions .ts,.js,.tsx --ignore **/*.test.ts,**/*.stories.tsx,**/*.test.tsx,**/*.spec.ts,**/*.spec.tsx",
    "build:esm:watch": "babel ./src --config-file ./babel.esm.config.json --out-dir lib/esm --extensions .ts,.js,.tsx --watch --ignore **/*.test.ts,**/*.stories.tsx,**/*.test.tsx,**/*.spec.ts,**/*.spec.tsx",
    "build:cjs:watch": "babel ./src --config-file ./babel.config.json --out-dir lib/cjs --extensions .ts,.js,.tsx --watch --ignore **/*.test.ts,**/*.stories.tsx,**/*.test.tsx,**/*.spec.ts,**/*.spec.tsx",
    "build:umd": "webpack --config ./webpack.umd.config.cjs",
    "verify": "yarn install && yarn build-storybook && yarn test:all && yarn build && yarn storybook",
    "testpack": "yarn build && yarn pack",
    "build-sample": "yarn build && cross-env NODE_OPTIONS=--openssl-legacy-provider webpack --config ./webpack.config.cjs",
    "build-sample:dev": "yarn build && cross-env NODE_OPTIONS=--openssl-legacy-provider webpack --config ./webpack.dev.config.cjs",
    "test:visual:build": "yarn build-storybook && yarn test:visual",
    "lint": "yarn eslint . --max-warnings=0",
    "prepush": "yarn lint && yarn danger:prepush",
    "danger:prepush": "yarn danger local --dangerfile dangerfile.js --base main",
    "pretest:visual": "yarn playwright install",
    "prepare": "cd .. && husky chat-widget/.husky",
    "clean": "rimraf lib",
    "dev": "concurrently \"yarn build:esm:watch\" \"webpack --config ./webpack.config.cjs --watch\""
  },
  "lint-staged": {
    "*.{js,ts,tsx}": [
      "eslint --fix",
      "git add"
    ]
  },
  "resolutions": {
    "**/url-parse": "1.5.9",
    "**/p-defer-es5": "^2.0.1",
    "**/abort-controller-es5": "^2.0.1",
    "**/minimist": "1.2.6",
    "**/sanitize-html": "2.14.0",
    "@storybook/react-docgen-typescript-plugin": "1.0.6--canary.9.cd77847.0",
    "**/semver": "7.5.4",
    "**/lodash": "4.17.23",
    "**/@babel/runtime-corejs3": "^7.29.0",
    "**/brace-expansion": "2.0.3",
    "**/swiper": "12.1.2"
  },
  "jest": {
    "verbose": true,
    "reporters": [
      "default"
    ]
  },
  "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}
