{
  "name": "pod-install",
  "version": "1.0.19",
  "description": "A fast, zero-dependency package for cutting down on common issues developers have when running pod install.",
  "main": "./build/index.js",
  "bin": "./bin/pod-install.js",
  "files": [
    "bin",
    "build"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/expo/expo.git"
  },
  "keywords": [
    "cocoapods",
    "pod-install",
    "npx",
    "ios"
  ],
  "author": "Expo <support@expo.dev>",
  "license": "MIT",
  "homepage": "https://github.com/expo/expo/tree/main/packages/pod-install",
  "bugs": {
    "url": "https://github.com/expo/expo/issues"
  },
  "devDependencies": {
    "chalk": "^4.0.0",
    "commander": "^12.1.0",
    "terminal-link": "^2.1.1",
    "update-check": "^1.5.4",
    "@expo/package-manager": "1.12.1",
    "expo-module-scripts": "56.0.2"
  },
  "gitHead": "a7adc95c1747db1e92655feba56d0e62660098db",
  "scripts": {
    "build": "ncc build ./src/index.ts -o build/",
    "build:prod": "ncc build ./src/index.ts -o build/ --minify --no-cache --no-source-map-register",
    "clean": "expo-module clean",
    "lint": "expo-module lint",
    "typecheck": "expo-module typecheck",
    "watch": "pnpm run build --watch"
  }
}