{
  "name": "expo-doctor",
  "version": "1.19.8",
  "main": "build/index.js",
  "description": "Check your Expo project for known issues",
  "keywords": [
    "expo",
    "ios",
    "expo-doctor",
    "android"
  ],
  "homepage": "https://docs.expo.dev",
  "repository": {
    "type": "git",
    "url": "https://github.com/expo/expo.git",
    "directory": "packages/expo-doctor"
  },
  "author": "Expo <support@expo.dev>",
  "license": "MIT",
  "bin": "./bin/expo-doctor.js",
  "files": [
    "bin",
    "build"
  ],
  "engines": {
    "node": "^20.19.4 || ^22.13.0 || ^24.3.0 || >= 25.0.0"
  },
  "devDependencies": {
    "@expo/metro": "~56.0.0",
    "@expo/spawn-async": "^1.8.0",
    "@types/debug": "^4.1.8",
    "@types/getenv": "^1.0.0",
    "@types/semver": "^7.5.8",
    "@vercel/ncc": "0.38.3",
    "chalk": "^4.0.0",
    "debug": "^4.3.4",
    "getenv": "^2.0.0",
    "glob": "^13.0.0",
    "ignore": "^5.3.2",
    "ora": "3.4.0",
    "resolve-from": "^5.0.0",
    "resolve-workspace-root": "^2.0.0",
    "semver": "7.5.4",
    "terminal-link": "^2.1.1",
    "@expo/config": "56.0.9",
    "@expo/env": "2.3.0",
    "@expo/json-file": "10.2.0",
    "expo-modules-autolinking": "56.0.12",
    "expo-module-scripts": "56.0.2",
    "expo": "56.0.4",
    "@expo/schemer": "2.2.1"
  },
  "gitHead": "6dfb0e4c958a1ea1d66d3f7952494ac58430ad45",
  "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",
    "test": "expo-module test",
    "watch": "pnpm run build -w"
  }
}