{
  "name": "install-expo-modules",
  "version": "0.16.0",
  "license": "MIT",
  "description": "Tools to install expo-modules for existing react-native projects",
  "keywords": [
    "expo",
    "expo-modules",
    "npx",
    "react-native",
    "react"
  ],
  "bin": "bin/install-expo-modules.js",
  "main": "build/index.js",
  "files": [
    "bin",
    "build"
  ],
  "homepage": "https://github.com/expo/expo/tree/main/packages/install-expo-modules#readme",
  "bugs": {
    "url": "https://github.com/expo/expo/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/expo/expo.git",
    "directory": "packages/install-expo-modules"
  },
  "devDependencies": {
    "@expo/spawn-async": "^1.8.0",
    "@types/prompts": "^2.0.6",
    "@types/semver": "^7.0.0",
    "chalk": "^4.1.2",
    "commander": "^12.1.0",
    "glob": "^13.0.0",
    "prompts": "^2.3.2",
    "resolve-from": "^5.0.0",
    "semver": "7.5.4",
    "terminal-link": "^2.1.1",
    "xcparse": "^0.0.3",
    "@expo/config": "57.0.0",
    "@expo/config-plugins": "57.0.0",
    "@expo/package-manager": "1.13.0",
    "expo-module-scripts": "56.0.3"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "e3eb896c5fdcd89e0cded98ff4e35c9db12cc9c0",
  "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",
    "test": "expo-module test",
    "typecheck": "expo-module typecheck",
    "watch": "pnpm run build --watch"
  }
}