{
  "name": "@fluentui/react-context-selector",
  "version": "9.2.19",
  "description": "React useContextSelector hook in userland",
  "main": "lib-commonjs/index.cjs",
  "module": "lib/index.js",
  "typings": "./dist/index.d.ts",
  "sideEffects": false,
  "repository": {
    "type": "git",
    "url": "https://github.com/microsoft/fluentui"
  },
  "license": "MIT",
  "dependencies": {
    "@fluentui/react-utilities": "^9.26.6",
    "@swc/helpers": "^0.5.1"
  },
  "devDependencies": {
    "@fluentui/scripts-cypress": "*"
  },
  "peerDependencies": {
    "@types/react": ">=16.14.0 <20.0.0",
    "@types/react-dom": ">=16.9.0 <20.0.0",
    "react": ">=16.14.0 <20.0.0",
    "react-dom": ">=16.14.0 <20.0.0",
    "scheduler": ">=0.19.0"
  },
  "beachball": {
    "disallowedChangeTypes": [
      "major",
      "prerelease"
    ]
  },
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./lib/index.js"
      },
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./lib-commonjs/index.cjs"
      }
    },
    "./package.json": "./package.json"
  },
  "files": [
    "*.md",
    "dist/*.d.ts",
    "dist/*.d.cts",
    "lib",
    "lib-commonjs"
  ],
  "type": "module"
}
