{ "name": "@unimodules/react-native-adapter", "version": "5.7.0", "description": "The adapter to use universal modules with the React Native bridge", "main": "build/index.js", "types": "build/index.d.ts", "sideEffects": false, "scripts": { "build": "expo-module build", "clean": "expo-module clean", "lint": "expo-module lint", "test": "expo-module test", "prepare": "expo-module prepare", "prepublishOnly": "expo-module prepublishOnly", "expo-module": "expo-module" }, "keywords": [ "react-native", "unimodules", "adapter" ], "repository": { "type": "git", "url": "https://github.com/expo/expo.git", "directory": "packages/@unimodules/react-native-adapter" }, "bugs": { "url": "https://github.com/expo/expo/issues" }, "author": "650 Industries, Inc.", "license": "MIT", "homepage": "https://github.com/expo/expo/tree/master/packages/@unimodules/react-native-adapter", "jest": { "preset": "expo-module-scripts" }, "peerDependencies": { "react-native": "*", "react-native-web": "~0.13.7" }, "unimodulePeerDependencies": { "@unimodules/core": "*", "unimodules-app-loader": "*", "unimodules-font-interface": "*", "unimodules-image-loader-interface": "*", "unimodules-permissions-interface": "*" }, "dependencies": { "invariant": "^2.2.4", "lodash": "^4.5.0" }, "devDependencies": { "@types/lodash": "^4.5.4", "@unimodules/core": "~6.0.0", "expo-module-scripts": "~1.2.0" }, "gitHead": "bc6b4b3bc3cb5e44e477f145c72c07ed09588651" }