{
  "name": "pod-install",
  "version": "1.0.15",
  "description": "A fast, zero-dependency package for cutting down on common issues developers have when running pod install.",
  "main": "./build/index.js",
  "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",
    "prepare": "expo-module clean && yarn run build:prod",
    "prepublishOnly": "expo-module prepublishOnly",
    "typecheck": "expo-module typecheck",
    "watch": "yarn run build --watch"
  },
  "bin": "./build/index.js",
  "files": [
    "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": {
    "@expo/package-manager": "^1.10.4",
    "chalk": "^4.0.0",
    "commander": "^12.1.0",
    "expo-module-scripts": "^55.0.2",
    "terminal-link": "^2.1.1",
    "update-check": "^1.5.4"
  },
  "gitHead": "f35977db4ffc6bbc2b295d65a8d74e9fd4f24ecb"
}
