{
  "name": "@expo/config",
  "version": "55.0.10",
  "description": "A library for interacting with the app.json",
  "main": "build/index.js",
  "scripts": {
    "build": "tsc --emitDeclarationOnly && babel src --out-dir build --extensions \".ts\" --source-maps --ignore \"src/**/__mocks__/*\",\"src/**/__tests__/*\"",
    "clean": "expo-module clean",
    "lint": "expo-module lint",
    "prepare": "expo-module clean && yarn run build",
    "prepublishOnly": "expo-module prepublishOnly",
    "test": "expo-module test",
    "typecheck": "expo-module typecheck"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/expo/expo.git",
    "directory": "packages/@expo/config"
  },
  "keywords": [
    "json",
    "react-native",
    "expo",
    "react"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/expo/expo/issues"
  },
  "homepage": "https://github.com/expo/expo/tree/main/packages/@expo/config#readme",
  "files": [
    "build",
    "paths"
  ],
  "dependencies": {
    "@expo/config-plugins": "~55.0.7",
    "@expo/config-types": "^55.0.5",
    "@expo/json-file": "^10.0.12",
    "@expo/require-utils": "^55.0.3",
    "deepmerge": "^4.3.1",
    "getenv": "^2.0.0",
    "glob": "^13.0.0",
    "resolve-from": "^5.0.0",
    "resolve-workspace-root": "^2.0.0",
    "semver": "^7.6.0",
    "slugify": "^1.3.4"
  },
  "devDependencies": {
    "@types/babel__code-frame": "^7.27.0",
    "expo-module-scripts": "^55.0.2"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "a6f3e8c977474f3f8a3aad658d2b3cc23d5c43b4"
}
