Files
Fluxup_PAP/node_modules/@expo/prebuild-config/package.json
2026-03-10 16:18:05 +00:00

59 lines
1.6 KiB
JSON

{
"name": "@expo/prebuild-config",
"version": "55.0.8",
"description": "Get the prebuild config",
"main": "build/index.js",
"scripts": {
"build": "tsc --emitDeclarationOnly && babel src --out-dir build --extensions \".ts\" --source-maps --ignore \"src/**/__mocks__/*\",\"src/**/__tests__/*\"",
"clean": "expo-module clean",
"lint": "expo-module lint",
"prepare": "expo-module clean && yarn run build",
"prepublishOnly": "expo-module prepublishOnly",
"test": "expo-module test",
"typecheck": "expo-module typecheck"
},
"repository": {
"type": "git",
"url": "https://github.com/expo/expo.git",
"directory": "packages/@expo/prebuild-config"
},
"keywords": [
"json",
"react-native",
"expo",
"react"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/expo/expo/issues"
},
"homepage": "https://github.com/expo/expo/tree/main/packages/@expo/prebuild-config#readme",
"files": [
"build"
],
"peerDependencies": {
"expo": "*"
},
"devDependencies": {
"@types/debug": "^4.1.5",
"@types/xml2js": "~0.4.11",
"expo-module-scripts": "^55.0.2"
},
"dependencies": {
"@expo/config": "~55.0.8",
"@expo/config-plugins": "~55.0.6",
"@expo/config-types": "^55.0.5",
"@expo/image-utils": "^0.8.12",
"@expo/json-file": "^10.0.12",
"@react-native/normalize-colors": "0.83.2",
"debug": "^4.3.1",
"resolve-from": "^5.0.0",
"semver": "^7.6.0",
"xml2js": "0.6.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "413b0450434d3e456eb391eca792ee9ac1e1efec"
}