Files
Fluxup_PAP/node_modules/@expo/local-build-cache-provider/package.json
2026-03-10 16:18:05 +00:00

52 lines
1.3 KiB
JSON

{
"name": "@expo/local-build-cache-provider",
"version": "55.0.6",
"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.8",
"chalk": "^4.1.2"
},
"devDependencies": {
"expo-module-scripts": "^55.0.2",
"memfs": "^3.2.0"
},
"gitHead": "b183e5cbd95eb6ee54a878291c7077d8d63e4850"
}