{
  "name": "@expo/config",
  "version": "56.0.9",
  "description": "A library for interacting with the app.json",
  "main": "build/index.js",
  "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": "~56.0.8",
    "@expo/config-types": "^56.0.5",
    "@expo/json-file": "^10.2.0",
    "@expo/require-utils": "^56.1.3",
    "deepmerge": "^4.3.1",
    "getenv": "^2.0.0",
    "glob": "^13.0.0",
    "resolve-workspace-root": "^2.0.0",
    "semver": "^7.6.0",
    "slugify": "^1.3.4"
  },
  "devDependencies": {
    "@babel/cli": "^7.23.4",
    "@types/babel__code-frame": "^7.27.0",
    "@types/getenv": "^1.0.0",
    "@types/semver": "^7.5.8",
    "expo-module-scripts": "56.0.2"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "6dfb0e4c958a1ea1d66d3f7952494ac58430ad45",
  "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",
    "test": "expo-module test",
    "typecheck": "expo-module typecheck"
  }
}