{
  "name": "@microsoft/mgt-chat",
  "version": "3.0.0-preview.1-next.mgt-chat.187d652",
  "description": "Chat component for providing Teams conversations via a React component built using the ACS UI library",
  "main": "./dist/es6/index.js",
  "types": "./dist/es6/index.d.ts",
  "module": "./dist/es6/index.js",
  "keywords": [
    "microsoft graph",
    "microsoft graph toolkit",
    "teams",
    "chat",
    "acs"
  ],
  "scripts": {
    "build": "npm-run-all clean build:compile",
    "build:compile": "npm-run-all compile",
    "build:watch": "npm-run-all compile:watch",
    "clean": "shx rm -rf ./dist && shx rm -rf ./tsconfig.tsbuildinfo",
    "compile": "tsc -b",
    "compile:watch": "tsc -w",
    "lint": "tslint -c ../../tslint.json 'src/**/*.ts'",
    "postpack": "cpx *.tgz ../../artifacts"
  },
  "homepage": "https://github.com/microsoftgraph/microsoft-graph-toolkit",
  "bugs": {
    "url": "https://github.com/microsoftgraph/microsoft-graph-toolkit/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/microsoftgraph/microsoft-graph-toolkit"
  },
  "author": "Microsoft",
  "license": "MIT",
  "devDependencies": {
    "@types/react": "^17.0.00",
    "@azure/communication-calling": "1.10.1",
    "@azure/communication-chat": "1.3.0",
    "@azure/communication-common": "2.2.0",
    "@azure/communication-identity": "1.2.0",
    "@azure/communication-react": "1.5.0",
    "@azure/msal-browser": "2.33.0",
    "@fluentui/react": "~8.106.1",
    "@microsoft/mgt-element": "3.0.0-preview.1-next.mgt-chat.187d652",
    "@microsoft/mgt-msal2-provider": "3.0.0-preview.1-next.mgt-chat.187d652",
    "@microsoft/mgt-react": "3.0.0-preview.1-next.mgt-chat.187d652",
    "immer": "^9.0.6",
    "react": "^17.0.0",
    "react-dom": "^17.0.0",
    "react-scripts": "5.0.1",
    "typescript": "^4.9.5",
    "web-vitals": "^2.1.4"
  },
  "dependencies": {},
  "peerDependencies": {
    "react": "^17.0.0",
    "react-dom": "^17.0.0"
  }
}
