{
  "name": "@fluentui/react-focus",
  "version": "8.10.5",
  "description": "Focus helpers to be used in React applications.",
  "main": "lib-commonjs/index.js",
  "module": "lib/index.js",
  "typings": "lib/index.d.ts",
  "sideEffects": [
    "lib/version.js"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/microsoft/fluentui"
  },
  "license": "MIT",
  "scripts": {
    "build": "just-scripts build"
  },
  "dependencies": {
    "@fluentui/keyboard-key": "^0.4.23",
    "@fluentui/merge-styles": "^8.6.14",
    "@fluentui/set-version": "^8.2.24",
    "@fluentui/style-utilities": "^8.15.0",
    "@fluentui/utilities": "^8.17.2",
    "tslib": "^2.1.0"
  },
  "peerDependencies": {
    "@types/react": ">=16.8.0 <20.0.0",
    "react": ">=16.8.0 <20.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "exports": {
    ".": {
      "types": "./lib/index.d.ts",
      "import": "./lib/index.js",
      "require": "./lib-commonjs/index.js"
    }
  }
}
