{
  "name": "@expo/config-types",
  "version": "55.0.5",
  "description": "Types for the Expo config object app.config.ts",
  "types": "build/ExpoConfig.d.ts",
  "main": "build/ExpoConfig.js",
  "scripts": {
    "build": "expo-module tsc",
    "clean": "expo-module clean",
    "generate": "node ./scripts/generate.js",
    "lint": "expo-module lint",
    "prepare": "expo-module clean && expo-module tsc",
    "prepublishOnly": "expo-module prepublishOnly",
    "test": "expo-module test",
    "typecheck": "expo-module typecheck",
    "watch": "expo-module tsc --watch --preserveWatchOutput"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/expo/expo.git",
    "directory": "packages/@expo/config-types"
  },
  "keywords": [
    "json",
    "app.json",
    "app.config.js",
    "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-types#readme",
  "files": [
    "build"
  ],
  "devDependencies": {
    "expo-module-scripts": "^55.0.2",
    "json-schema-to-typescript": "^15.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "b183e5cbd95eb6ee54a878291c7077d8d63e4850"
}
