{
  "name": "@fluentui-copilot/react-grounding-menu",
  "version": "0.2.8",
  "description": "A Fluent AI package to implement a grounding source picker.",
  "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-input-listbox": "^0.4.7",
    "@fluentui-copilot/react-provider": "^0.12.7",
    "@fluentui-copilot/react-utilities": "~0.0.12",
    "@fluentui-copilot/tokens": "^0.3.15",
    "@swc/helpers": "^0.5.1"
  },
  "peerDependencies": {
    "@fluentui/keyboard-keys": ">=9.0.8 <10.0.0",
    "@fluentui/react-aria": ">=9.17.0 <10.0.0",
    "@fluentui/react-components": ">=9.69.0 <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-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"
  }
}
