@expo/prebuild-config
Version:
Get the prebuild config
56 lines • 1.56 kB
JSON
{
"name": "@expo/prebuild-config",
"version": "56.0.13",
"description": "Get the prebuild config",
"main": "build/index.js",
"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"
],
"devDependencies": {
"@babel/cli": "^7.23.4",
"@types/debug": "^4.1.5",
"@types/semver": "^7.5.8",
"memfs": "^3.2.0",
"expo-module-scripts": "56.0.2",
"@expo/plist": "0.7.0"
},
"dependencies": {
"@expo/config": "~56.0.9",
"@expo/config-plugins": "~56.0.8",
"@expo/config-types": "^56.0.5",
"@expo/image-utils": "^0.10.1",
"@expo/json-file": "^10.2.0",
"@react-native/normalize-colors": "0.85.3",
"expo-modules-autolinking": "~56.0.13",
"debug": "^4.3.1",
"resolve-from": "^5.0.0",
"semver": "^7.6.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "f67a101bcbe56114e982184834b93da7bbed00af",
"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",
"test": "expo-module test",
"typecheck": "expo-module typecheck"
}
}