1{
2  "name": "expo-dev-client-components",
3  "version": "1.6.1",
4  "description": "Shared JS components and configuration for expo-dev-client",
5  "main": "src/index.ts",
6  "scripts": {
7    "clean": "expo-module clean",
8    "lint": "expo-module lint",
9    "test": "jest .",
10    "prepare": "expo-module prepare",
11    "prepublishOnly": "expo-module prepublishOnly",
12    "expo-module": "expo-module"
13  },
14  "keywords": [
15    "react-native",
16    "expo",
17    "expo-dev-client-components"
18  ],
19  "repository": {
20    "type": "git",
21    "url": "https://github.com/expo/expo.git",
22    "directory": "packages/expo-dev-client-components"
23  },
24  "bugs": {
25    "url": "https://github.com/expo/expo/issues"
26  },
27  "author": "650 Industries, Inc.",
28  "license": "MIT",
29  "homepage": "https://docs.expo.dev/versions/latest/sdk/module-template",
30  "dependencies": {
31    "@expo/styleguide-native": "^1.0.1",
32    "expo-module-scripts": "^3.0.0"
33  },
34  "devDependencies": {
35    "@testing-library/jest-native": "^4.0.4",
36    "@testing-library/react-native": "^8.0.0"
37  },
38  "jest": {
39    "preset": "@testing-library/react-native",
40    "setupFilesAfterEnv": [
41      "@testing-library/jest-native/extend-expect",
42      "./setupTests.js"
43    ]
44  }
45}
46