{
  "name": "react-native-test-app",
  "version": "2.5.23",
  "description": "react-native-test-app provides a test app for all supported platforms as a package",
  "keywords": [
    "android",
    "app",
    "ios",
    "macos",
    "react",
    "react-native",
    "test",
    "test-app",
    "testing",
    "windows"
  ],
  "homepage": "https://github.com/microsoft/react-native-test-app",
  "license": "MIT",
  "author": {
    "name": "Microsoft Open Source",
    "email": "microsoftopensource@users.noreply.github.com"
  },
  "files": [
    "*.md",
    "ReactTestApp-DevSupport.podspec",
    "android/**/*.gradle",
    "android/app/lint.xml",
    "android/app/src",
    "!android/app/src/test",
    "android/support/src",
    "common",
    "example/_gitignore",
    "example/android/gradle",
    "example/android/gradle.properties",
    "example/android/gradlew*",
    "example/windows/_gitignore",
    "example/{metro,react-native}.config.js",
    "ios",
    "macos",
    "plugins",
    "react-native.config.js",
    "schema.json",
    "scripts/*.js",
    "scripts/apply-config-plugins.mjs",
    "scripts/config-plugins/**/*.mjs",
    "test-app.gradle",
    "test_app.rb",
    "windows/*.{js,props}",
    "windows/ReactTestApp"
  ],
  "main": "scripts/configure.js",
  "bin": {
    "configure-test-app": "scripts/configure.js",
    "init": "scripts/init.js",
    "init-test-app": "scripts/init.js",
    "install-windows-test-app": "windows/test-app.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/microsoft/react-native-test-app.git"
  },
  "scripts": {
    "format:c": "clang-format -i $(git ls-files '*.cpp' '*.h' '*.m' '*.mm')",
    "format:js": "prettier --write $(git ls-files '*.[cm]js' '*.[jt]s' '*.tsx' '*.yml' 'test/**/*.json' ':!:.yarn/releases')",
    "format:swift": "swiftformat --swiftversion 5.7 --ifdef no-indent --stripunusedargs closure-only ios macos",
    "generate:code": "node scripts/generate-manifest.mjs",
    "generate:docs": "node scripts/generate-manifest-docs.mjs",
    "generate:schema": "node scripts/generate-schema.mjs",
    "lint:commit": "git log --format='%s' origin/trunk..HEAD | tail -1 | npx @rnx-kit/commitlint-lite@1.0.0",
    "lint:js": "eslint $(git ls-files '*.[cm]js' '*.[jt]s' '*.tsx' ':!:*.config.js' ':!:.yarn/releases') && tsc && tsc --project scripts/tsconfig.esm.json",
    "lint:kt": "ktlint --code-style=android_studio --relative 'android/app/src/**/*.kt'",
    "lint:rb": "bundle exec rubocop",
    "lint:swift": "swiftlint",
    "prepack": "node scripts/pack.mjs pre",
    "postpack": "node scripts/pack.mjs post",
    "set-react-version": "node scripts/set-react-version.mjs",
    "test:js": "jest",
    "test:rb": "bundle exec ruby -Ilib:test -e \"Dir.glob('test/test_*.rb').each { |file| require_relative file }\""
  },
  "dependencies": {
    "@rnx-kit/react-native-host": "^0.2.8",
    "ajv": "^8.0.0",
    "chalk": "^4.1.0",
    "cliui": "^8.0.0",
    "fast-xml-parser": "^4.0.0",
    "minimist": "^1.2.8",
    "prompts": "^2.4.0",
    "semver": "^7.3.5",
    "uuid": "^8.3.2"
  },
  "peerDependencies": {
    "@expo/config-plugins": ">=5.0",
    "react": "~17.0.1 || ~18.0.0 || ~18.1.0 || ~18.2.0",
    "react-native": "^0.0.0-0 || 0.64 - 0.72 || 1000.0.0",
    "react-native-macos": "^0.0.0-0 || 0.64 || 0.66 || 0.68 || 0.71 - 0.72",
    "react-native-windows": "^0.0.0-0 || 0.64 - 0.72"
  },
  "peerDependenciesMeta": {
    "@expo/config-plugins": {
      "optional": true
    },
    "react-native-macos": {
      "optional": true
    },
    "react-native-windows": {
      "optional": true
    }
  },
  "devDependencies": {
    "@babel/core": "^7.1.6",
    "@babel/preset-env": "^7.1.6",
    "@expo/config-plugins": "^7.0.0",
    "@microsoft/eslint-plugin-sdl": "^0.2.0",
    "@react-native-community/cli": "^11.3.6",
    "@rnx-kit/eslint-plugin": "^0.5.0",
    "@types/jest": "^29.0.0",
    "@types/js-yaml": "^4.0.5",
    "@types/mustache": "^4.0.0",
    "@types/node": "^18.0.0",
    "@types/prompts": "~2.4.0",
    "@types/semver": "^7.3.6",
    "@types/uuid": "^8.3.1",
    "eslint": "^8.0.0",
    "eslint-plugin-jest": "^27.0.0",
    "jest": "^29.2.1",
    "js-yaml": "^4.1.0",
    "memfs": "^4.0.0",
    "prettier": "^3.0.0",
    "react": "18.2.0",
    "react-native": "^0.72.0",
    "react-native-macos": "^0.72.0",
    "react-native-windows": "^0.72.0",
    "semantic-release": "^19.0.3",
    "suggestion-bot": "^1.0.0",
    "typescript": "^5.0.0"
  },
  "engines": {
    "node": ">=14.15"
  },
  "packageManager": "yarn@3.6.1",
  "resolutions": {
    "@appium/docutils": "link:./example",
    "@appium/support/@types/semver": "^7.5.0",
    "@expo/config-plugins/glob": "^7.1.6",
    "@expo/json-file/@babel/code-frame": "^7.10.4",
    "@microsoft/eslint-plugin-sdl/eslint-plugin-react": "^7.26.0",
    "@react-native-community/cli": "^11.3.6",
    "@react-native-community/cli-platform-android": "^11.3.6",
    "@react-native-community/cli-platform-ios": "^11.3.6",
    "@semantic-release/npm/npm": "link:./example",
    "appium/@types/semver": "^7.5.0",
    "appium/yaml": "^2.1.3",
    "body-parser": "~1.20.2",
    "bplist-parser": "~0.3.2",
    "deprecated-react-native-prop-types/@react-native/normalize-colors": "^0.72.0",
    "react-native-windows/metro-source-map": "^0.76.8",
    "safe-buffer": "~5.2.1"
  },
  "workspaces": [
    "example"
  ],
  "eslintConfig": {
    "extends": "./.github/eslint.config.js"
  },
  "jest": {
    "preset": "./.github/jest.config.js"
  },
  "prettier": "./.github/prettierrc.json",
  "release": {
    "extends": "./.github/semantic-release.json"
  }
}
