{
  "name": "@fluentui-copilot/react-copilot-chat",
  "version": "0.13.2",
  "description": "A Fluent AI package for creating an accessible chat experience",
  "main": "lib-commonjs/index.js",
  "module": "lib/index.js",
  "typings": "./dist/index.d.ts",
  "sideEffects": false,
  "repository": {
    "type": "git",
    "url": "https://github.com/microsoft/fluentai"
  },
  "license": "MIT",
  "dependencies": {
    "@fluentui-copilot/react-output-card": "^0.13.2",
    "@fluentui-copilot/react-provider": "^0.12.7",
    "@fluentui-copilot/tokens": "^0.3.15",
    "@swc/helpers": "^0.5.1"
  },
  "peerDependencies": {
    "@fluentui/react-components": ">=9.69.0 <10.0.0",
    "@fluentui/react-context-selector": ">=9.2.7 <10.0.0",
    "@fluentui/react-icons": ">=2.0.303 <3.0.0",
    "@fluentui/react-jsx-runtime": ">=9.2.0 <10.0.0",
    "@fluentui/react-positioning": ">=9.20.5 <10.0.0",
    "@fluentui/react-shared-contexts": ">=9.25.1 <10.0.0",
    "@fluentui/react-tabster": ">=9.26.5 <10.0.0",
    "@fluentui/react-utilities": ">=9.24.1 <10.0.0",
    "@types/react": ">=16.14.0 <20.0.0",
    "@types/react-dom": ">=16.9.8 <20.0.0",
    "react": ">=16.14.0 <20.0.0",
    "react-dom": ">=16.14.0 <20.0.0"
  },
  "beachball": {
    "disallowedChangeTypes": [
      "major"
    ]
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "node": "./lib-commonjs/index.js",
      "import": "./lib/index.js",
      "require": "./lib-commonjs/index.js"
    },
    "./package.json": "./package.json"
  }
}
