1{
2  "name": "@expo/metro-runtime",
3  "version": "3.0.1",
4  "description": "Tools for making advanced Metro bundler features work",
5  "types": "build",
6  "main": "build",
7  "browser": "src",
8  "react-native": "src",
9  "homepage": "https://github.com/expo/expo/tree/main/packages/@expo/metro-runtime",
10  "keywords": [],
11  "author": "650 Industries, Inc.",
12  "license": "MIT",
13  "files": [
14    "build",
15    "symbolicate",
16    "async-require.js",
17    "async-require.d.ts",
18    "error-overlay.js",
19    "error-overlay.d.ts",
20    "assets",
21    "!**/__tests__"
22  ],
23  "scripts": {
24    "build": "expo-module build",
25    "clean": "expo-module clean",
26    "lint": "expo-module lint",
27    "test": "expo-module test",
28    "prepare": "expo-module prepare",
29    "prepublishOnly": "expo-module prepublishOnly",
30    "expo-module": "expo-module"
31  },
32  "repository": {
33    "type": "git",
34    "url": "https://github.com/expo/expo.git"
35  },
36  "peerDependencies": {
37    "react-native": "*"
38  },
39  "dependencies": {
40    "qs": "^6.10.3"
41  },
42  "jest": {
43    "projects": [
44      {
45        "preset": "jest-expo/ios",
46        "clearMocks": true
47      },
48      {
49        "preset": "jest-expo/android",
50        "clearMocks": true
51      },
52      {
53        "preset": "jest-expo/web",
54        "clearMocks": true
55      }
56    ]
57  }
58}
59