{ "name": "expo-dev-client-components", "version": "1.6.0", "description": "Shared JS components and configuration for expo-dev-client", "main": "src/index.ts", "scripts": { "clean": "expo-module clean", "lint": "expo-module lint", "test": "jest .", "prepare": "expo-module prepare", "prepublishOnly": "expo-module prepublishOnly", "expo-module": "expo-module" }, "keywords": [ "react-native", "expo", "expo-dev-client-components" ], "repository": { "type": "git", "url": "https://github.com/expo/expo.git", "directory": "packages/expo-dev-client-components" }, "bugs": { "url": "https://github.com/expo/expo/issues" }, "author": "650 Industries, Inc.", "license": "MIT", "homepage": "https://docs.expo.dev/versions/latest/sdk/module-template", "dependencies": { "@expo/styleguide-native": "^1.0.1", "expo-module-scripts": "^3.0.0" }, "devDependencies": { "@testing-library/jest-native": "^4.0.4", "@testing-library/react-native": "^8.0.0" }, "jest": { "preset": "@testing-library/react-native", "setupFilesAfterEnv": [ "@testing-library/jest-native/extend-expect", "./setupTests.js" ] } }