{
  "name": "react-native-macos",
  "version": "0.73.33",
  "description": "React Native for macOS",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/microsoft/react-native-macos.git",
    "directory": "packages/react-native"
  },
  "homepage": "https://reactnative.dev/",
  "keywords": [
    "react",
    "react-native",
    "android",
    "ios",
    "mobile",
    "cross-platform",
    "app-framework",
    "mobile-development"
  ],
  "bugs": "https://github.com/facebook/react-native/issues",
  "engines": {
    "node": ">=18"
  },
  "bin": "./cli.js",
  "types": "types",
  "jest-junit": {
    "outputDirectory": "reports/junit",
    "outputName": "js-test-results.xml"
  },
  "files": [
    "android",
    "build.gradle.kts",
    "cli.js",
    "flow",
    "gradle.properties",
    "gradle/libs.versions.toml",
    "index.js",
    "interface.js",
    "jest-preset.js",
    "jest",
    "Libraries",
    "LICENSE",
    "local-cli",
    "React-Core.podspec",
    "react-native.config.js",
    "React.podspec",
    "React",
    "ReactAndroid",
    "ReactCommon",
    "README.md",
    "rn-get-polyfills.js",
    "scripts/compose-source-maps.js",
    "scripts/find-node-for-xcode.sh",
    "scripts/generate-codegen-artifacts.js",
    "scripts/generate-provider-cli.js",
    "scripts/generate-specs-cli.js",
    "scripts/codegen",
    "!scripts/codegen/__tests__",
    "!scripts/codegen/__test_fixtures__",
    "scripts/hermes/hermes-utils.js",
    "scripts/hermes/prepare-hermes-for-build.js",
    "scripts/ios-configure-glog.sh",
    "scripts/xcode/with-environment.sh",
    "scripts/native_modules.rb",
    "scripts/node-binary.sh",
    "scripts/packager.sh",
    "scripts/packager-reporter.js",
    "scripts/react_native_pods_utils/script_phases.rb",
    "scripts/react_native_pods_utils/script_phases.sh",
    "scripts/react_native_pods.rb",
    "scripts/cocoapods",
    "!scripts/cocoapods/__tests__",
    "scripts/react-native-xcode.sh",
    "scripts/update-ruby.sh",
    "sdks/.hermesversion",
    "sdks/hermes-engine",
    "sdks/hermesc",
    "settings.gradle.kts",
    "template.config.js",
    "template",
    "!template/node_modules",
    "!template/package-lock.json",
    "!template/yarn.lock",
    "third-party-podspecs",
    "types"
  ],
  "scripts": {
    "prepack": "cp ../../README.md ."
  },
  "peerDependencies": {
    "react": "18.2.0"
  },
  "dependencies": {
    "@jest/create-cache-key-function": "^29.6.3",
    "@react-native-community/cli": "12.3.6",
    "@react-native-community/cli-platform-android": "12.3.6",
    "@react-native-community/cli-platform-ios": "12.3.6",
    "@react-native/assets-registry": "0.73.1",
    "@react-native/community-cli-plugin": "0.73.17",
    "@react-native/codegen": "0.73.3",
    "@react-native/gradle-plugin": "0.73.4",
    "@react-native/js-polyfills": "0.73.1",
    "@react-native/normalize-colors": "0.73.2",
    "@react-native-mac/virtualized-lists": "^0.73.3",
    "abort-controller": "^3.0.0",
    "anser": "^1.4.9",
    "ansi-regex": "^5.0.0",
    "base64-js": "^1.5.1",
    "chalk": "^4.0.0",
    "deprecated-react-native-prop-types": "^5.0.0",
    "event-target-shim": "^5.0.1",
    "flow-enums-runtime": "^0.0.6",
    "invariant": "^2.2.4",
    "jest-environment-node": "^29.6.3",
    "jsc-android": "^250231.0.0",
    "memoize-one": "^5.0.0",
    "metro-runtime": "^0.80.3",
    "metro-source-map": "^0.80.3",
    "mkdirp": "^0.5.1",
    "nullthrows": "^1.1.1",
    "pretty-format": "^26.5.2",
    "promise": "^8.3.0",
    "react-devtools-core": "^4.27.7",
    "react-refresh": "^0.14.0",
    "react-shallow-renderer": "^16.15.0",
    "regenerator-runtime": "^0.13.2",
    "scheduler": "0.24.0-canary-efb381bbf-20230505",
    "stacktrace-parser": "^0.1.10",
    "whatwg-fetch": "^3.0.0",
    "ws": "^6.2.2",
    "yargs": "^17.6.2"
  },
  "beachball": {
    "shouldPublish": false
  },
  "resolutions": {
    "@grpc/proto-loader": "^0.7.8",
    "async": "^3.2.2",
    "debug": ">=3.1.0",
    "es5-ext": "0.10.53",
    "micromatch": "^4.0.0",
    "readable-stream": "^4.0.0",
    "shell-quote": "^1.7.3",
    "tough-cookie": "^4.1.3"
  },
  "_justification": {
    "@grpc/proto-loader": "Resolves a security issue with protobufjs, one of its dependencies",
    "async": "Versions of async prior to 3.2.2 are vulnerable to prototype pollution",
    "debug": "ReDoS vulnerability in older versions, plus the dependents that pull in debug@<1.0.0 haven't been updated in years",
    "es5-ext": "Packages after 0.10.54 and at the moment up until 0.10.59 contain a protest message. A policy prevents us from using packages with protestware, therefore downgrading to the latest release without the message.",
    "micromatch": "Version 3.x.x depends on decode-uri-component 0.2.0, which has a DoS vulnerability",
    "readable-stream": "Eliminates dependency on outdated string_decoder component",
    "shell-quote": "Versions prior to 1.7.3 have an RCE vulnerability. Should be removable once we upgrade CLI tools to ^8.0.0 with RN 0.69.",
    "tough-cookie": "@definitelytyped/dtslint indirectly depends on this through an out-of-date library, and our particular use case doesn't need cookies"
  },
  "codegenConfig": {
    "libraries": [
      {
        "name": "FBReactNativeSpec",
        "type": "modules",
        "ios": {},
        "android": {},
        "jsSrcsDir": "Libraries"
      },
      {
        "name": "rncore",
        "type": "components",
        "ios": {},
        "android": {},
        "jsSrcsDir": "Libraries"
      }
    ]
  }
}