{
  "name": "@callstack/react-native-brownfield",
  "version": "3.5.1",
  "license": "MIT",
  "author": "Michal Chudziak <mike.chudziak@callstack.com>",
  "bin": {
    "brownfield": "lib/commonjs/scripts/brownfield.js"
  },
  "contributors": [
    "Piotr Drapich <piotr.drapich@callstack.com>"
  ],
  "homepage": "https://github.com/callstack/react-native-brownfield",
  "repository": {
    "url": "git+https://github.com/callstack/react-native-brownfield.git"
  },
  "description": "Brownfield helpers for React Native",
  "main": "lib/commonjs/index",
  "module": "lib/module/index",
  "types": "./lib/typescript/commonjs/src/index.d.ts",
  "react-native": "src/index",
  "exports": {
    ".": {
      "source": "./src/index.ts",
      "import": {
        "types": "./lib/typescript/module/src/index.d.ts",
        "default": "./lib/module/index.js"
      },
      "require": {
        "types": "./lib/typescript/commonjs/src/index.d.ts",
        "default": "./lib/commonjs/index.js"
      }
    },
    "./app.plugin.js": {
      "source": "./src/expo-config-plugin/app.plugin.ts",
      "import": {
        "types": "./lib/typescript/module/src/expo-config-plugin/app.plugin.d.ts",
        "default": "./lib/module/expo-config-plugin/app.plugin.js"
      },
      "require": {
        "types": "./lib/typescript/commonjs/src/expo-config-plugin/app.plugin.d.ts",
        "default": "./lib/commonjs/expo-config-plugin/app.plugin.js"
      }
    },
    "./package.json": "./package.json"
  },
  "scripts": {
    "lint": "eslint .",
    "typecheck": "tsc --noEmit",
    "build": "bob build",
    "dev": "nodemon --ext '*' --watch src --exec \"bob build\"",
    "build:brownfield": "yarn run build",
    "prepack": "cp ../../README.md ./README.md",
    "postpack": "rm ./README.md",
    "test": "vitest run"
  },
  "keywords": [
    "react-native-brownfield",
    "react native brownfield",
    "native",
    "react native integration"
  ],
  "files": [
    "src",
    "lib",
    "scripts",
    "android",
    "ios",
    "cpp",
    "*.podspec",
    "!ios/build",
    "!android/build",
    "!android/gradle",
    "!android/gradlew",
    "!android/gradlew.bat",
    "!android/local.properties",
    "!**/__tests__",
    "!**/__fixtures__",
    "!**/__mocks__",
    "!**/.*",
    "README.md"
  ],
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "@expo/config-plugins": "^54.0.4"
  },
  "dependencies": {
    "@callstack/brownfield-cli": "^3.5.1"
  },
  "devDependencies": {
    "@babel/core": "^7.25.2",
    "@babel/preset-env": "^7.25.3",
    "@babel/runtime": "^7.25.0",
    "@expo/config-plugins": "^54.0.4",
    "@react-native/babel-preset": "0.82.1",
    "@types/jest": "^30.0.0",
    "@types/react": "^19.1.1",
    "@vitest/coverage-v8": "^4.1.0",
    "eslint": "^9.39.3",
    "globals": "^17.3.0",
    "import": "^0.0.6",
    "nodemon": "^3.1.14",
    "react": "19.1.1",
    "react-native": "0.82.1",
    "react-native-builder-bob": "^0.40.18",
    "typescript": "5.9.3",
    "vitest": "^4.1.0"
  },
  "codegenConfig": {
    "name": "ReactNativeBrownfield",
    "type": "modules",
    "jsSrcsDir": "./src",
    "android": {
      "javaPackageName": "com.callstack.reactnativebrownfield"
    }
  },
  "engines": {
    "node": ">=20"
  }
}