{
  "name": "@fluentui-react-native/merge-props",
  "version": "0.10.0",
  "description": "Utility for merging props with styles and caching style combinations",
  "keywords": [],
  "repository": {
    "type": "git",
    "url": "https://github.com/microsoft/fluentui-react-native",
    "directory": "packages/framework/merge-props"
  },
  "license": "MIT",
  "author": "",
  "exports": {
    ".": {
      "types": "./lib/index.d.ts",
      "import": "./lib/index.js",
      "require": "./lib-commonjs/index.js"
    }
  },
  "main": "lib-commonjs/index.js",
  "module": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "build": "fluentui-scripts build",
    "build-cjs": "tsgo --outDir lib-commonjs",
    "build-esm": "tsgo --outDir lib --module esnext --moduleResolution bundler",
    "clean": "fluentui-scripts clean",
    "depcheck": "fluentui-scripts depcheck",
    "lint": "fluentui-scripts eslint",
    "lint-package": "fluentui-scripts lint-package",
    "prettier": "fluentui-scripts prettier"
  },
  "dependencies": {
    "@fluentui-react-native/framework-base": "0.3.0"
  },
  "devDependencies": {
    "@fluentui-react-native/eslint-config-rules": "0.1.1",
    "@fluentui-react-native/kit-config": "0.1.2",
    "@fluentui-react-native/scripts": "0.1.2",
    "@types/react": "~19.1.0",
    "react": "19.1.0"
  },
  "peerDependencies": {
    "@types/react": "~18.2.0 || ~19.0.0 || ~19.1.0",
    "react": "18.2.0 || 19.0.0 || 19.1.0"
  },
  "peerDependenciesMeta": {
    "@types/react": {
      "optional": true
    },
    "react": {
      "optional": true
    }
  },
  "rnx-kit": {
    "kitType": "library",
    "alignDeps": {
      "capabilities": [
        "react",
        "tools-core",
        "tools-eslint"
      ]
    },
    "extends": "@fluentui-react-native/kit-config"
  }
}