{
  "name": "expo-brownfield",
  "version": "57.0.16",
  "description": "Toolkit and APIs for adding brownfield setup to Expo projects",
  "main": "./build/index.js",
  "types": "./build/index.d.ts",
  "bin": "./bin/cli.js",
  "exports": {
    ".": {
      "source": "./src/index.ts",
      "types": "./build/index.d.ts",
      "default": "./build/index.js"
    },
    "./package.json": "./package.json",
    "./app.plugin.js": "./app.plugin.js",
    "./plugin": "./plugin/build/index.js"
  },
  "sideEffects": false,
  "keywords": [
    "react-native",
    "expo",
    "brownfield"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/expo/expo.git",
    "directory": "packages/expo-brownfield"
  },
  "bugs": {
    "url": "https://github.com/expo/expo/issues"
  },
  "author": "650 Industries, Inc.",
  "license": "MIT",
  "homepage": "https://docs.expo.dev/versions/unversioned/sdk/brownfield/",
  "dependencies": {
    "@expo/env": "~2.4.3",
    "@expo/spawn-async": "^1.8.0",
    "chalk": "^4.1.2",
    "commander": "^14.0.3",
    "diff": "^5.2.0",
    "expo-build-properties": "~57.0.15",
    "expo-manifests": "~57.0.1",
    "ora": "^5.4.1",
    "prompts": "^2.4.2"
  },
  "devDependencies": {
    "@bacons/xcode": "1.0.0-alpha.29",
    "@types/diff": "^5.2.0",
    "@types/node": "^22.14.0",
    "@types/prompts": "^2.0.6",
    "@types/react": "~19.2.0",
    "glob": "^13.0.6",
    "create-expo": "5.0.1",
    "expo-module-scripts": "56.0.3",
    "expo": "57.0.18"
  },
  "peerDependencies": {
    "expo": "*",
    "react": "*"
  },
  "gitHead": "c3739f09b6a7620729ce7e305e88a2ec8bc79c3c",
  "scripts": {
    "build": "expo-module build",
    "build:shared": "expo-module build shared",
    "build:plugin": "expo-module build plugin",
    "build:cli": "expo-module build cli",
    "clean": "expo-module clean",
    "lint": "expo-module lint && expo-module lint shared && expo-module lint plugin && expo-module lint cli",
    "lint:fix": "expo-module lint --fix && expo-module lint shared --fix && expo-module lint plugin --fix && expo-module lint cli --fix",
    "test": "expo-module test",
    "test:e2e-cli": "expo-module test --config e2e/cli/jest.config.js",
    "test:e2e-plugin": "expo-module test --config e2e/plugin/jest.config.js",
    "expo-module": "expo-module"
  }
}