UNPKG

expo-dev-launcher

Version:

Pre-release version of the Expo development launcher package for testing.

35 lines 896 B
{ "name": "expo-dev-launcher", "title": "Expo Development Launcher", "version": "56.0.18", "description": "Pre-release version of the Expo development launcher package for testing.", "repository": { "type": "git", "url": "https://github.com/expo/expo.git", "directory": "packages/expo-dev-launcher" }, "keywords": [ "react-native" ], "author": "650 Industries, Inc.", "license": "MIT", "homepage": "https://docs.expo.dev", "dependencies": { "@expo/schema-utils": "^56.0.0", "expo-dev-menu": "~56.0.16", "expo-manifests": "~56.0.4" }, "peerDependencies": { "expo": "*", "react-native": "*" }, "devDependencies": { "@types/node": "^22.14.0", "expo": "56.0.7" }, "gitHead": "97faadd78ca3d73250127fedf09dd6a27b21db5b", "scripts": { "build:plugin": "expo-module build plugin", "expo-module": "expo-module" } }