{
  "name": "@expo/local-build-cache-provider",
  "version": "55.0.7",
  "description": "Local build cache provider for Expo",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "exports": {
    ".": {
      "types": "./build/index.d.ts",
      "default": "./build/index.js"
    },
    "./package.json": "./package.json"
  },
  "scripts": {
    "build": "expo-module build",
    "clean": "expo-module clean",
    "lint": "expo-module lint",
    "test": "expo-module test",
    "prepare": "expo-module prepare",
    "prepublishOnly": "expo-module prepublishOnly",
    "typecheck": "expo-module typecheck"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/expo/expo.git",
    "directory": "packages/@expo/local-build-cache-provider"
  },
  "keywords": [
    "expo",
    "react-native",
    "build-cache-provider",
    "local-build-cache"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/expo/expo/issues"
  },
  "homepage": "https://github.com/expo/expo/tree/main/packages/@expo/local-build-cache-provider#readme",
  "files": [
    "build"
  ],
  "dependencies": {
    "@expo/config": "~55.0.10",
    "chalk": "^4.1.2"
  },
  "devDependencies": {
    "expo-module-scripts": "^55.0.2",
    "memfs": "^3.2.0"
  },
  "gitHead": "a6f3e8c977474f3f8a3aad658d2b3cc23d5c43b4"
}
