{
  "name": "@microsoft/omnichannel-chat-sdk",
  "version": "1.5.5-main.9deef15",
  "description": "Microsoft Omnichannel Chat SDK",
  "files": [
    "lib/**/*"
  ],
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "build:tsc": "tsc && cp -r src/external/aria lib/external/",
    "test": "jest",
    "lint": "eslint src --ext .ts"
  },
  "author": "Microsoft Corporation",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/microsoft/omnichannel-chat-sdk"
  },
  "homepage": "https://github.com/microsoft/omnichannel-chat-sdk#readme",
  "keywords": [
    "SDK",
    "chat",
    "livechat",
    "support",
    "bot",
    "headless",
    "customer"
  ],
  "devDependencies": {
    "@types/core-js": "^2.5.5",
    "@types/jest": "^27.0.1",
    "@typescript-eslint/eslint-plugin": "^4.30.0",
    "@typescript-eslint/parser": "^4.30.0",
    "eslint": "^7.32.0",
    "jest": "^27.1.0",
    "ts-jest": "^27.0.5",
    "typescript": "^3.9.10"
  },
  "dependencies": {
    "@azure/communication-chat": "1.1.1",
    "@azure/communication-common": "1.1.0",
    "@microsoft/ocsdk": "^0.4.0",
    "@microsoft/omnichannel-amsclient": "^0.1.4",
    "@microsoft/omnichannel-ic3core": "^0.1.2"
  }
}
