UNPKG

@expo/prebuild-config

Version:
56 lines 1.56 kB
{ "name": "@expo/prebuild-config", "version": "57.0.5", "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/plist": "0.8.0", "expo-module-scripts": "56.0.3" }, "dependencies": { "@expo/config": "~57.0.2", "@expo/config-plugins": "~57.0.3", "@expo/config-types": "^57.0.1", "@expo/image-utils": "^0.11.1", "@expo/json-file": "^11.0.0", "@react-native/normalize-colors": "0.86.0", "debug": "^4.3.1", "expo-modules-autolinking": "~57.0.5", "resolve-from": "^5.0.0", "semver": "^7.6.0" }, "publishConfig": { "access": "public" }, "gitHead": "6ffed84381e2d2bb80c2fc713d99724f707d6c06", "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" } }