{
  "name": "@fluentai/react-sensitivity-label",
  "version": "0.2.1",
  "description": "Fluent AI control for representing the sensitivity level of information",
  "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": {
    "@fluentai/react-preview": "^0.2.0",
    "@swc/helpers": "^0.5.1"
  },
  "peerDependencies": {
    "@fluentui/keyboard-keys": ">=9.0.4 <10.0.0",
    "@fluentui/react-components": ">=9.37.3 <10.0.0",
    "@fluentui/react-context-selector": ">=9.1.34 <10.0.0",
    "@fluentui/react-icons": ">=2.0.217 <3.0.0",
    "@fluentui/react-jsx-runtime": ">=9.0.18 <10.0.0",
    "@fluentui/react-utilities": ">=9.15.1 <10.0.0",
    "@types/react": ">=16.14.0 <19.0.0",
    "@types/react-dom": ">=16.9.8 <19.0.0",
    "react": ">=16.14.0 <19.0.0",
    "react-dom": ">=16.14.0 <19.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"
  }
}
