UNPKG

expo-dev-launcher

Version:

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

71 lines (70 loc) 2.23 kB
{ "name": "expo-dev-launcher", "title": "Expo Development Launcher", "version": "5.0.30", "description": "Pre-release version of the Expo development launcher package for testing.", "main": "build/DevLauncher.js", "types": "build/DevLauncher.d.ts", "scripts": { "build": "expo-module build", "clean": "expo-module clean", "lint": "expo-module lint bundle && expo-module lint", "test": "expo-module test bundle && expo-module test", "prepare": "yarn tsc:bundle && expo-module prepare", "prepublishOnly": "yarn tsc:bundle && expo-module prepublishOnly", "expo-module": "expo-module", "start": "expo start --port 8090", "bundle": "./write_embedded_bundle.sh", "link:ios": "xcrun simctl openurl booted", "tsc:bundle": "tsc -p bundle/tsconfig.json" }, "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": { "ajv": "8.11.0", "expo-dev-menu": "6.0.20", "expo-manifests": "~0.15.7", "resolve-from": "^5.0.0" }, "devDependencies": { "@babel/plugin-transform-export-namespace-from": "^7.23.4", "@react-navigation/bottom-tabs": "^7.2.0", "@react-navigation/core": "7.0.0", "@react-navigation/native": "^7.0.14", "@react-navigation/stack": "^7.1.1", "@testing-library/jest-native": "^4.0.4", "@testing-library/react-native": "^12.5.1", "babel-plugin-module-resolver": "^5.0.0", "babel-preset-expo": "~12.0.9", "date-fns": "^2.28.0", "expo-dev-client-components": "2.0.4", "expo-module-scripts": "^4.0.4", "graphql": "^16.0.1", "graphql-request": "^3.6.1", "react": "18.3.1", "react-native": "0.76.7", "react-query": "^3.34.16", "url": "^0.11.0" }, "peerDependencies": { "expo": "*" }, "jest": { "preset": "@testing-library/react-native", "setupFilesAfterEnv": [ "@testing-library/jest-native/extend-expect", "./setupTests.ts" ], "testTimeout": 15000 }, "gitHead": "1992dd3ba012ec59a646e383b9895ea6b577948b" }