1{
2  "name": "expo-dev-launcher",
3  "title": "Expo Development Launcher",
4  "version": "3.2.1",
5  "description": "Pre-release version of the Expo development launcher package for testing.",
6  "main": "build/DevLauncher.js",
7  "types": "build/DevLauncher.d.ts",
8  "scripts": {
9    "build": "expo-module build",
10    "clean": "expo-module clean",
11    "lint": "expo-module lint bundle && expo-module lint",
12    "test": "expo-module test bundle && expo-module test",
13    "prepare": "yarn tsc:bundle && expo-module prepare",
14    "prepublishOnly": "yarn tsc:bundle && expo-module prepublishOnly",
15    "expo-module": "expo-module",
16    "start": "expo start --port 8090",
17    "bundle": "./write_embedded_bundle.sh",
18    "link:ios": "xcrun simctl openurl booted",
19    "tsc:bundle": "tsc -p bundle/tsconfig.json"
20  },
21  "repository": {
22    "type": "git",
23    "url": "https://github.com/expo/expo.git",
24    "directory": "packages/expo-dev-launcher"
25  },
26  "keywords": [
27    "react-native"
28  ],
29  "author": "650 Industries, Inc.",
30  "license": "MIT",
31  "homepage": "https://docs.expo.dev",
32  "dependencies": {
33    "ajv": "8.11.0",
34    "expo-dev-menu": "4.2.1",
35    "expo-manifests": "~0.10.0",
36    "resolve-from": "^5.0.0",
37    "semver": "^7.5.3"
38  },
39  "devDependencies": {
40    "@babel/plugin-proposal-export-namespace-from": "^7.18.6",
41    "@react-navigation/bottom-tabs": "^6.0.9",
42    "@react-navigation/core": "6.4.0",
43    "@react-navigation/native": "6.0.13",
44    "@react-navigation/stack": "6.3.2",
45    "@testing-library/jest-native": "^4.0.4",
46    "@testing-library/react-native": "^8.0.0",
47    "babel-plugin-module-resolver": "^5.0.0",
48    "babel-preset-expo": "~9.7.0",
49    "date-fns": "^2.28.0",
50    "expo-dev-client-components": "1.6.1",
51    "expo-module-scripts": "^3.0.0",
52    "graphql": "^16.0.1",
53    "graphql-request": "^3.6.1",
54    "react": "18.2.0",
55    "react-native": "0.72.4",
56    "react-query": "^3.34.16",
57    "url": "^0.11.0"
58  },
59  "peerDependencies": {
60    "expo": "*"
61  },
62  "jest": {
63    "preset": "@testing-library/react-native",
64    "setupFilesAfterEnv": [
65      "@testing-library/jest-native/extend-expect",
66      "./setupTests.ts"
67    ]
68  }
69}
70